diff --git a/RELEASE-NOTES-2.1.html b/RELEASE-NOTES-2.1.html index 4a67f1630..aafda94e8 100644 --- a/RELEASE-NOTES-2.1.html +++ b/RELEASE-NOTES-2.1.html @@ -197,12 +197,6 @@ Object was null.

some architectures. Fixed the subList(int,int) method so that changes to the sublist are reflected in the original list, even in fast mode.

-

FastArrayList

- -

Added severe warning about possible unexpected failures of this class on -some architectures. Fixed the subList(int,int) method so that changes to the -sublist are reflected in the original list, even in fast mode.

-

FastHashMap

Added severe warning about possible unexpected failures of this class on @@ -219,11 +213,11 @@ mode.

LRUMap

-

The get(Object) was fixed to ensure that if containsKey(foo) returns -false, then get(foo) will not change that. (Before, invoking -get(Object) on a nonexistent key could cause that key to map to -incorrectly map to a null value). Also, the changes to SequencedHashMap -were inherited by LRUMap.

+

The get(Object) method was fixed to ensure that if containsKey(foo) +returns false, then get(foo) will not change that. (Before, invoking +get(Object) on a nonexistent key could cause that key to incorrectly map +to a null value). Also, the changes to SequencedHashMap were inherited +by LRUMap.

ListUtils