提交 3704ffc2 authored 作者: Thomas Mueller's avatar Thomas Mueller

Remove unused method.

上级 0683dd5e
......@@ -147,21 +147,6 @@ implements XAConnection, XAResource
}
//## Java 1.4 end ##
/**
* INTERNAL
*/
//## Java 1.4 begin ##
public void fatalErrorOccurred(PooledJdbcConnection conn, SQLException e) throws SQLException {
debugCode("fatalErrorOccurred(conn, e);");
for (int i = 0; i < listeners.size(); i++) {
ConnectionEventListener listener = (ConnectionEventListener) listeners.get(i);
ConnectionEvent event = new ConnectionEvent(this, e);
listener.connectionErrorOccurred(event);
}
close();
}
//## Java 1.4 end ##
/**
* INTERNAL
*/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论