wernerdv commented on code in PR #18937: URL: https://github.com/apache/kafka/pull/18937#discussion_r1966554660
########## metadata/src/main/java/org/apache/kafka/metadata/VersionRange.java: ########## @@ -56,13 +56,6 @@ public boolean contains(short version) { return version >= min && version <= max; } - /** - * Check if a given version range has overlap with this one - */ - public boolean intersects(VersionRange other) { Review Comment: the most recent commit that referred to this method https://github.com/apache/kafka/commit/7b7eb6243f020d9ad54fd40cc290f41e52abc6ca -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org