提交 32980394 authored 作者: Thomas Mueller's avatar Thomas Mueller

remove init - not required

上级 c835496e
...@@ -331,7 +331,6 @@ public class FullText implements Trigger, CloseListener { ...@@ -331,7 +331,6 @@ public class FullText implements Trigger, CloseListener {
* INTERNAL * INTERNAL
*/ */
public void init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type) throws SQLException { public void init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type) throws SQLException {
init(conn);
setting = FullTextSettings.getInstance(conn); setting = FullTextSettings.getInstance(conn);
ArrayList keyList = new ArrayList(); ArrayList keyList = new ArrayList();
DatabaseMetaData meta = conn.getMetaData(); DatabaseMetaData meta = conn.getMetaData();
......
...@@ -173,7 +173,6 @@ implements Trigger, CloseListener ...@@ -173,7 +173,6 @@ implements Trigger, CloseListener
*/ */
//## Java 1.4 begin ## //## Java 1.4 begin ##
public void init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type) throws SQLException { public void init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type) throws SQLException {
init(conn);
this.schemaName = schemaName; this.schemaName = schemaName;
this.tableName = tableName; this.tableName = tableName;
this.indexPath = getIndexPath(conn); this.indexPath = getIndexPath(conn);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论