Suppressed a compiler warning

This commit is contained in:
Lukas Eder 2012-07-22 18:29:03 +02:00
parent 38d98a4ce7
commit b09bb6b016

View File

@ -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) {}