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 {
27
27
28
28
private ClassLoaderWrapper wrapper ;
29
29
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" ;
33
33
34
34
@ BeforeEach
35
35
void beforeClassLoaderWrapperTest () {
You can’t perform that action at this time.
0 commit comments