Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Nov 16, 2023
1 parent 3abffd3 commit aaf7e19
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,6 @@ public Builder putCompatibilityVersions(String nodeId, CompatibilityVersions ver
return this;
}

// Deprecate to keep downstream projects compiling

public Builder nodeIdsToCompatibilityVersions(Map<String, CompatibilityVersions> versions) {
versions.forEach((key, value) -> Objects.requireNonNull(value, key));
// remove all versions not present in the new map
Expand Down

0 comments on commit aaf7e19

Please sign in to comment.