From 74d39c4c4fcec53f91ef0a9c213b2909af440260 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Tue, 18 Jun 2013 20:02:53 +0000 Subject: [PATCH] Fix typos in release-notes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1494276 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b1baeb6ea..0bd2daadd 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -137,8 +137,8 @@ Changed classes / methods removed from the queue once used and can be garbage collected after being exhausted. Additionally removed the methods "setIterator(Iterator)" and "getIterators()". o [COLLECTIONS-459] Removed method "setArray(Object)" in class ArrayIterator and method "setArray(Object[])" - in class ObjectArrayIterator and made fields array, startIndex and endIndex final. - o [COLLECTIONS-455] Changed scope of various fields to proviate where appropriate. + in class ObjectArrayIterator and made fields array, startIndex and endIndex final and package private. + o [COLLECTIONS-455] Changed scope of various fields to private where appropriate. o [COLLECTIONS-454] An iterator over a "Flat3Map#entrySet()" will now return independent Map.Entry objects that will not change anymore when the iterator progresses. o [COLLECTIONS-453] Several closure and transformer implementations in the functor package will now copy