Fix formatting nits.

This commit is contained in:
Gary Gregory 2017-12-27 16:03:51 -07:00
parent 0b1460dadb
commit 5023b45c00
1 changed files with 892 additions and 892 deletions

View File

@ -22,28 +22,28 @@
<body>
<release version="4.2" date="YYYY-MM-DD" description="New features">
<action issue="COLLECTIONS-662" dev="chtompki" type="fix" due-to="Vamsi Kavuri">
Unit tests MapUtilsTest and ListIteratorWrapperTest no longer fail in java 9
Unit tests MapUtilsTest and ListIteratorWrapperTest no longer fail on Java 9.
</action>
<action issue="COLLECTIONS-661" dev="kinow" type="fix">
Intermittent test failures in Windows for HashSetValuedHashMap
Intermittent test failures in Windows for HashSetValuedHashMap.
</action>
<action issue="COLLECTIONS-660" dev="kinow" type="fix">
Uncomment test in AbstractMapTest regarding LRUMap equals
Uncomment test in AbstractMapTest regarding LRUMap equals.
</action>
<action issue="COLLECTIONS-658" dev="britter" type="add">
Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility.
</action>
<action issue="COLLECTIONS-656" dev="ggregory" type="fix">
Fix site build on Java 8
Fix site build on Java 8.
</action>
<action issue="COLLECTIONS-653" dev="kinow" type="fix">
Update Javadoc to Build on Java 1.8
Update Javadoc to Build on Java 1.8.
</action>
<action issue="COLLECTIONS-606" dev="chtompki" type="fix" due-to="Vamsi Kavuri">
Build status, Coverage status and Maven central weren't in README.md
</action>
<action issue="COLLECTIONS-602" dev="kinow" type="update" due-to="John Mark">
Improve efficiency of DefaultedMap.get
Improve efficiency of DefaultedMap.get.
</action>
<action issue="COLLECTIONS-603" dev="kinow" type="update" due-to="Artem Konovalov">
Small improvements for generics, conditional statements, and warnings suppressions.
@ -64,7 +64,7 @@
PatriciaTrie prefixMap clear throws NullPointerException.
</action>
<action issue="COLLECTIONS-654" dev="ggregory" type="add">
Add class SortedProperties to sort keys.
Add class SortedProperties to sort keys.
</action>
</release>
<release version="4.1" date="2015-11-28" description="This is a security and minor release.">