Skip to content

Commit 73d6bc3

Browse files
committed
lucene_snapshot: spotless
1 parent 08e6a2d commit 73d6bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/IndexVersions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private static Version parseUnchecked(String version) {
135135
public static final IndexVersion LOGSDB_DEFAULT_IGNORE_DYNAMIC_BEYOND_LIMIT = def(9_001_00_0, Version.LUCENE_10_0_0);
136136
public static final IndexVersion TIME_BASED_K_ORDERED_DOC_ID = def(9_002_00_0, Version.LUCENE_10_0_0);
137137
public static final IndexVersion DEPRECATE_SOURCE_MODE_MAPPER = def(9_003_00_0, Version.LUCENE_10_0_0);
138-
138+
139139
public static final IndexVersion UPGRADE_TO_LUCENE_10_1_0 = def(9_004_00_0, Version.LUCENE_10_1_0);
140140
/*
141141
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)