Skip to content

Commit a9db5d1

Browse files
committed
This can be static
1 parent 803b752 commit a9db5d1

File tree

1 file changed

+1
-1
lines changed
  • modules/ingest-common/src/main/java/org/elasticsearch/ingest/common

1 file changed

+1
-1
lines changed

modules/ingest-common/src/main/java/org/elasticsearch/ingest/common/CefParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ final class CefParser {
291291
"MMM dd yyyy HH:mm:ss"
292292
);
293293

294-
private final List<ChronoField> CHRONO_FIELDS = List.of(
294+
private static final List<ChronoField> CHRONO_FIELDS = List.of(
295295
NANO_OF_SECOND,
296296
SECOND_OF_DAY,
297297
MINUTE_OF_DAY,

0 commit comments

Comments
 (0)