File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/org/apache/ibatis/io Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ class ClassLoaderWrapperTest extends BaseDataTest {
2727
2828 private ClassLoaderWrapper wrapper ;
2929 private ClassLoader loader ;
30- private final String RESOURCE_NOT_FOUND = "some_resource_that_does_not_exist.properties" ;
31- private final String CLASS_NOT_FOUND = "some.random.class.that.does.not.Exist" ;
32- private final String CLASS_FOUND = "java.lang.Object" ;
30+ private static final String RESOURCE_NOT_FOUND = "some_resource_that_does_not_exist.properties" ;
31+ private static final String CLASS_NOT_FOUND = "some.random.class.that.does.not.Exist" ;
32+ private static final String CLASS_FOUND = "java.lang.Object" ;
3333
3434 @ BeforeEach
3535 void beforeClassLoaderWrapperTest () {
You can’t perform that action at this time.
0 commit comments