Skip to content

Commit c0b7219

Browse files
committed
wip
1 parent 430ff53 commit c0b7219

File tree

6 files changed

+447
-346
lines changed

6 files changed

+447
-346
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ private static class VersionsHolder {
195195
.orElse(Collections.emptyList());
196196

197197
if (extendedVersions.isEmpty()) {
198-
ALL_VERSIONS = TransportVersions.DEFINED_VERSIONS;
198+
ALL_VERSIONS = TransportVersions.DEFINED_VERSIONS; // todo there might be some trickyness
199199
} else {
200200
ALL_VERSIONS = Stream.concat(TransportVersions.DEFINED_VERSIONS.stream(), extendedVersions.stream()).sorted().toList();
201201
}

0 commit comments

Comments
 (0)