This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit dfafc5d723a381838695fe39e2b605880856144e Merge: 1429117 3fa1f0c Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Sat Oct 9 14:48:52 2021 +1300 Merge branch 'pr-255' This closes #255 src/changes/changes.xml | 3 ++ .../apache/commons/collections4/IteratorUtils.java | 2 +- .../iterators/UnmodifiableListIterator.java | 10 +++- .../commons/collections4/list/SetUniqueList.java | 1 + .../collections4/list/UnmodifiableList.java | 4 +- .../apache/commons/collections4/map/LinkedMap.java | 4 +- .../iterators/UnmodifiableListIteratorTest.java | 18 +++---- .../collections4/list/SetUniqueListTest.java | 57 ++++++++++++++-------- 8 files changed, 62 insertions(+), 37 deletions(-)
