HHH-10715 More static and final keywords missing
This commit is contained in:
parent
a7629c4382
commit
e3edcdbe55
|
@ -150,7 +150,7 @@ public class SqlScriptParser extends GeneratedSqlScriptParser {
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
// trace logging hooks
|
// trace logging hooks
|
||||||
|
|
||||||
private final int depthIndent = 2;
|
private static final int depthIndent = 2;
|
||||||
private int traceDepth;
|
private int traceDepth;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -510,7 +510,7 @@ public class BaseNonConfigCoreFunctionalTestCase extends BaseUnitTestCase {
|
||||||
session = null;
|
session = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public class RollbackWork implements Work {
|
public static class RollbackWork implements Work {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(Connection connection) throws SQLException {
|
public void execute(Connection connection) throws SQLException {
|
||||||
|
|
Loading…
Reference in New Issue