We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed842fc commit 03e0ea2Copy full SHA for 03e0ea2
src/test/java/org/mybatis/dynamic/sql/SqlTableTest.java
@@ -123,7 +123,7 @@ private static String namePropertyReader() {
123
}
124
125
static class MySchemaSupplier implements Supplier<Optional<String>> {
126
- private static MySchemaSupplier instance = new MySchemaSupplier();
+ private static final MySchemaSupplier instance = new MySchemaSupplier();
127
128
static MySchemaSupplier instance() {
129
return instance;
0 commit comments