Skip to content

Commit 09586f7

Browse files
committed
Add final to the constant.
1 parent c49f8a2 commit 09586f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ public static Locale randomLocale(Random random) {
15811581
}
15821582

15831583
/** Time zone IDs that cause a deprecation warning in JDK 25. */
1584-
private static Set<String> DEPRECATED_TIME_ZONE_IDS_JDK25 =
1584+
private static final Set<String> DEPRECATED_TIME_ZONE_IDS_JDK25 =
15851585
Set.of(
15861586
"ACT", "AET", "AGT", "ART", "AST", "BET", "BST", "CAT", "CNT", "CST", "CTT", "EAT", "ECT",
15871587
"EST", "HST", "IET", "IST", "JST", "MIT", "MST", "NET", "NST", "PLT", "PNT", "PRT", "PST",

0 commit comments

Comments
 (0)