Remove unnecessary method override

This commit is contained in:
Ville Skyttä 2016-07-19 10:57:32 +03:00 committed by Martyn Taylor
parent d59299cc92
commit d1d2ebeb60
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ public class JDBCSequentialFileFactoryDriver extends AbstractJDBCDriver {
super(tableName, jdbcConnectionUrl, jdbcDriverClass);
}
public void start() throws Exception {
super.start();
}
@Override
protected void createSchema() throws SQLException {
createTable(sqlProvider.getCreateFileTableSQL());