You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/11/11 15:02:04 UTC

[GitHub] [ignite-3] sashapolo commented on a diff in pull request #1320: IGNITE-17930 Enable javadoc in gradle and fix doclint

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org