Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Dec 18, 2024
1 parent 150cc0f commit 41bbbc0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ public static IndexVersion getNextVersion(IndexVersion version) {
return ALL_VERSIONS.get(place);
}

// TODO add variants of the two following methods that include read only versions

/** Returns a random {@code IndexVersion} that is compatible with {@link IndexVersion#current()} */
public static IndexVersion randomCompatibleVersion(Random random) {
return randomVersionBetween(random, IndexVersions.MINIMUM_COMPATIBLE, IndexVersion.current());
Expand Down

0 comments on commit 41bbbc0

Please sign in to comment.