Skip to content

Commit 5287a78

Browse files
committed
some cleanup
1 parent fc9c4d9 commit 5287a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/diffutils/TestConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private TestConstants() {
2222
/**
2323
* The base resource path.
2424
*/
25-
public static String BASE_FOLDER_RESOURCES = "src" + FS + "test" + FS + "resources";
25+
public static final String BASE_FOLDER_RESOURCES = "src" + FS + "test" + FS + "resources";
2626

2727
/**
2828
* The base folder containing the test files. Ends with {@link #FS}.

0 commit comments

Comments
 (0)