Skip to content

Commit 8f6bcc5

Browse files
committed
Explain
1 parent d1fe232 commit 8f6bcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/TransportVersions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ static TransportVersion def(int id) {
328328
public static final TransportVersion ESQL_PROFILE_INCLUDE_PLAN = def(9_111_0_00);
329329
public static final TransportVersion MAPPINGS_IN_DATA_STREAMS = def(9_112_0_00);
330330
public static final TransportVersion ESQL_SPLIT_ON_BIG_VALUES_9_1 = def(9_112_0_01);
331-
// This is the first version in 9.2 and NOT in 9.1.
331+
// Below is the first version in 9.2 and NOT in 9.1.
332332
public static final TransportVersion PROJECT_STATE_REGISTRY_RECORDS_DELETIONS = def(9_113_0_00);
333333
public static final TransportVersion ESQL_SERIALIZE_TIMESERIES_FIELD_TYPE = def(9_114_0_00);
334334
public static final TransportVersion ML_INFERENCE_IBM_WATSONX_COMPLETION_ADDED = def(9_115_0_00);

0 commit comments

Comments
 (0)