Fixed warning
This commit is contained in:
parent
423d9ceefb
commit
32243df9b2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user