Suppressed a compiler warning
This commit is contained in:
parent
38d98a4ce7
commit
b09bb6b016
@ -410,6 +410,7 @@ public abstract class AbstractDatabase implements Database {
|
||||
String literals = enumType.getLiterals();
|
||||
|
||||
try {
|
||||
@SuppressWarnings("resource")
|
||||
CSVReader reader = new CSVReader(new StringReader(literals));
|
||||
e.addLiterals(reader.readNext());
|
||||
} catch (IOException ignore) {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user