This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


    from f42bac458 Javadoc
     new 3ed0b64c5 Remove unnecessary keyword
     new d51fff2bd Use if-else
     new 9e6fcd3f8 Remove unnecessary keyword
     new daa1814bf Remove unnecessary keyword
     new 422f26fe6 Remove unnecessary keyword
     new c40ad3a39 Remove unnecessary keyword
     new 7e152d493 Use if-else
     new 1835a52a8 Use if-else
     new 6d4ea100f Remove unnecessary keyword
     new de1d2732d Use Collections.sort(List) for clarity
     new f5e0f2c09 Use Collections.sort(List) for clarity

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../collections4/map/AbstractHashedMap.java        |  6 ++----
 .../map/AbstractInputCheckedMapDecorator.java      |  6 +++---
 .../collections4/multiset/AbstractMultiSet.java    |  2 +-
 .../collections4/trie/AbstractPatriciaTrie.java    | 22 ++++++++--------------
 .../commons/collections4/CollectionUtilsTest.java  |  4 ++--
 .../commons/collections4/bag/AbstractBagTest.java  |  8 ++++----
 .../collections4/bag/AbstractSortedBagTest.java    |  8 ++++----
 .../bidimap/AbstractSortedBidiMapTest.java         |  2 +-
 .../collections4/list/AbstractListTest.java        |  8 ++++----
 .../collections4/map/AbstractOrderedMapTest.java   |  6 ++----
 .../multiset/AbstractMultiSetTest.java             |  8 ++++----
 11 files changed, 35 insertions(+), 45 deletions(-)

Reply via email to