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:
parent
a06a726acf
commit
528dbde3d2
|
@ -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$
|
||||
|
|
Loading…
Reference in New Issue