HHH-10715 More static and final keywords missing

This commit is contained in:
Sanne Grinovero 2020-10-10 21:51:42 +01:00
parent a7629c4382
commit e3edcdbe55
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 {