1
0
mirror of https://github.com/apache/commons-collections.git synced 2025-02-13 21:46:31 +00:00

Improve documentation

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-12-28 14:42:37 +00:00
parent 67bb56b13b
commit b7dff14128

@ -3,7 +3,7 @@
This package contains implementations of the
{@link org.apache.commons.collections.Bag Bag} and
{@link org.apache.commons.collections.SortedBag SortedBag} interfaces.
A bag stores a object and a count of the number of occurences of the object.
A bag stores an object and a count of the number of occurences of the object.
<p>
The following implementations are provided in the package:
<ul>