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 fc9c4d9 commit 5287a78Copy full SHA for 5287a78
src/test/java/diffutils/TestConstants.java
@@ -22,7 +22,7 @@ private TestConstants() {
22
/**
23
* The base resource path.
24
*/
25
- public static String BASE_FOLDER_RESOURCES = "src" + FS + "test" + FS + "resources";
+ public static final String BASE_FOLDER_RESOURCES = "src" + FS + "test" + FS + "resources";
26
27
28
* The base folder containing the test files. Ends with {@link #FS}.
0 commit comments