Fix package description.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-11-11 18:58:31 +00:00
parent a06a726acf
commit 528dbde3d2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
* <li>Unmodifiable - ensures the bag cannot be altered
* <li>Predicated - ensures that only elements that are valid according to a predicate can be added
* <li>Transformed - transforms each element added to the bag
* <li>Compliant - ensures compliance with the java.util.Collection contract
* <li>Collection - ensures compliance with the java.util.Collection contract
* </ul>
*
* @version $Id$