Repository: activemq-artemis Updated Branches: refs/heads/master d59299cc9 -> fe27cd829
Remove unnecessary method override Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d1d2ebeb Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d1d2ebeb Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d1d2ebeb Branch: refs/heads/master Commit: d1d2ebeb60988141e3167dd9f7765fdd9c9180f1 Parents: d59299c Author: Ville Skyttä <[email protected]> Authored: Tue Jul 19 10:57:32 2016 +0300 Committer: Martyn Taylor <[email protected]> Committed: Tue Jul 19 16:09:11 2016 +0100 ---------------------------------------------------------------------- .../artemis/jdbc/store/file/JDBCSequentialFileFactoryDriver.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d1d2ebeb/artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFileFactoryDriver.java ---------------------------------------------------------------------- diff --git a/artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFileFactoryDriver.java b/artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFileFactoryDriver.java index f8ad06b..f54dc04 100644 --- a/artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFileFactoryDriver.java +++ b/artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFileFactoryDriver.java @@ -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());
