scolebourne 2003/12/28 06:42:37
Modified: collections/src/java/org/apache/commons/collections/bag
package.html
Log:
Improve documentation
Revision Changes Path
1.5 +1 -1
jakarta-commons/collections/src/java/org/apache/commons/collections/bag/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/bag/package.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- package.html 11 Dec 2003 23:15:12 -0000 1.4
+++ package.html 28 Dec 2003 14:42:37 -0000 1.5
@@ -3,7 +3,7 @@
This package contains implementations of the
[EMAIL PROTECTED] org.apache.commons.collections.Bag Bag} and
[EMAIL PROTECTED] 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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]