sashapolo commented on code in PR #1320:
URL: https://github.com/apache/ignite-3/pull/1320#discussion_r1020296239


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/Iterator.java:
##########
@@ -33,7 +33,7 @@ public interface Iterator extends 
java.util.Iterator<ByteBuffer> {
     /**
      * Return a unique and monotonically increasing identifier of the current 
task: - Uniqueness guarantees that
      * committed tasks in different peers with the same index are always the 
same and kept unchanged. - Monotonicity
-     * guarantees that for any index pair i, j (i < j), task at index |i| must 
be applied before task at index |j| in
+     * guarantees that for any index pair i, j (i less than j), task at index 
|i| must be applied before task at index |j| in

Review Comment:
   Please rollback changes in the `jraft` package and exclude it from the 
javadoc tool



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

Reply via email to