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