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/85bfdf4127e135eb85f01be6285dca4094e8ac79



-- 
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

Reply via email to