提交 3ec97321 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting.

上级 2f9296d2
...@@ -1622,7 +1622,7 @@ public class JdbcConnection extends TraceObject implements Connection { ...@@ -1622,7 +1622,7 @@ public class JdbcConnection extends TraceObject implements Connection {
throw convertToClientInfoException(logAndConvert(e)); throw convertToClientInfoException(logAndConvert(e));
} }
} }
private static SQLClientInfoException convertToClientInfoException(SQLException x) { private static SQLClientInfoException convertToClientInfoException(SQLException x) {
if (x instanceof SQLClientInfoException) { if (x instanceof SQLClientInfoException) {
return (SQLClientInfoException) x; return (SQLClientInfoException) x;
......
...@@ -25,7 +25,7 @@ public class TestDatabaseEventListener extends TestBase { ...@@ -25,7 +25,7 @@ public class TestDatabaseEventListener extends TestBase {
/** /**
* A flag to mark that the given method was called. * A flag to mark that the given method was called.
*/ */
static boolean calledOpened, calledClosingDatabase, calledScan, calledCreateIndex, static boolean calledOpened, calledClosingDatabase, calledScan, calledCreateIndex,
calledStatementStart, calledStatementEnd, calledStatementProgress; calledStatementStart, calledStatementEnd, calledStatementProgress;
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论