belliottsmith commented on code in PR #113:
URL: https://github.com/apache/cassandra-accord/pull/113#discussion_r1750283081


##########
accord-core/src/main/java/accord/messages/CheckStatus.java:
##########
@@ -473,7 +471,7 @@ private static FoundKnown reduceKnownFor(FoundKnown 
foundKnown, @Nullable FoundK
             return prev.reduce(foundKnown);
         }
 
-        public Ranges knownFor(Known required, Ranges expect)
+        public Ranges knownForRanges(Known required, Unseekables<?> expect)

Review Comment:
   I think this was replaced by the other newer method and just renamed; have 
removed it



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to