From 16cba287b4ad79e5d0726028b3bdfa009b4e7d0e Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Fri, 5 Jul 2013 20:40:52 +0000 Subject: [PATCH] Update changes.xml with rename of CompliantBag to CollectionBag. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500126 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 783de89ce..f801a7e3d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -39,7 +39,7 @@ name clash with similar class in package "map". - Added bag decorator "CompliantBag" which decorates a bag to make it comply with the + Added bag decorator "CollectionBag" which decorates a bag to make it comply with the Collection contract.