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