mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-23 18:57:14 +00:00
Remove unnecessary method override
This commit is contained in:
parent
d59299cc92
commit
d1d2ebeb60
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user