You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/08/26 07:07:00 UTC

[GitHub] [commons-collections] XenoAmess commented on a change in pull request #178: solve animal sniffer problem that fails build on 11+

XenoAmess commented on a change in pull request #178:
URL: https://github.com/apache/commons-collections/pull/178#discussion_r477080104



##########
File path: src/main/java/org/apache/commons/collections4/iterators/ListIteratorWrapper.java
##########
@@ -204,7 +204,7 @@ public int previousIndex() {
 
     /**
      * Removes the last element that was returned by {@link #next()} or {@link #previous()} from the underlying collection.
-     * This call can only be made once per call to {@code next} or {@code previous} and only if {@link #add()} was not called in between.
+     * This call can only be made once per call to {@code next} or {@code previous} and only if {@link #add(Object)} was not called in between.

Review comment:
       @kinow no.
   that is yet another error that stop the build.




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

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