Fixed warning

This commit is contained in:
Lukas Eder 2013-11-18 12:41:58 +01:00
parent 423d9ceefb
commit 32243df9b2

View File

@ -416,7 +416,7 @@ class LoaderImpl<R extends TableRecord<R>> implements
}
}
private void executeSQL(Iterator<String[]> reader) throws IOException, SQLException {
private void executeSQL(Iterator<String[]> reader) throws SQLException {
String[] row;
// TODO: When running in COMMIT_AFTER > 1 or COMMIT_ALL mode, then