Skip to content

Commit 6e1ecec

Browse files
committed
Final
1 parent 4ffd045 commit 6e1ecec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/util/concurrent/ThreadContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ public AbstractRunnable unwrap() {
771771
}
772772
}
773773

774-
private static Collector<String, Set<String>, Set<String>> LINKED_HASH_SET_COLLECTOR = new LinkedHashSetCollector<>();
774+
private static final Collector<String, Set<String>, Set<String>> LINKED_HASH_SET_COLLECTOR = new LinkedHashSetCollector<>();
775775

776776
private static class LinkedHashSetCollector<T> implements Collector<T, Set<T>, Set<T>> {
777777
@Override

0 commit comments

Comments
 (0)