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 2021/09/23 21:18:11 UTC

[GitHub] [commons-collections] cbkurz commented on a change in pull request #255: COLLECTIONS-796 SetUniqueList.createSetBasedOnList doesn't add list elements to return value Export

cbkurz commented on a change in pull request #255:
URL: https://github.com/apache/commons-collections/pull/255#discussion_r715162274



##########
File path: src/main/java/org/apache/commons/collections4/iterators/UnmodifiableListIterator.java
##########
@@ -53,6 +53,14 @@
         return new UnmodifiableListIterator<>(iterator);
     }
 
+    /**
+     * use "org.apache.commons.collections4.iterators.UnmodifiableListIterator#unmodifiableListIterator" instead.

Review comment:
       Hi thanks for the suggestion, I added a commit for this.




-- 
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: issues-unsubscribe@commons.apache.org

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