scolebourne 2004/04/14 13:11:45
Modified: collections/src/java/org/apache/commons/collections/collection
UnmodifiableBoundedCollection.java
Log:
Clarify javadoc
from Simon Kitching
Revision Changes Path
1.7 +5 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.java
Index: UnmodifiableBoundedCollection.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- UnmodifiableBoundedCollection.java 18 Feb 2004 00:58:53 -0000 1.6
+++ UnmodifiableBoundedCollection.java 14 Apr 2004 20:11:45 -0000 1.7
@@ -22,11 +22,12 @@
import org.apache.commons.collections.iterators.UnmodifiableIterator;
/**
- * <code>UnmodifiableBoundedCollection</code> decorates another
<code>BoundedCollection</code>
- * to ensure it can't be altered.
+ * <code>UnmodifiableBoundedCollection</code> decorates another
+ * <code>BoundedCollection</code> to ensure it can't be altered.
* <p>
* If a BoundedCollection is first wrapped in some other collection decorator,
- * such as synchronized or predicated, the BoundedCollection nature is lost.
+ * such as synchronized or predicated, the BoundedCollection methods are no
+ * longer accessible.
* The factory on this class will attempt to retrieve the bounded nature by
* examining the package scope variables.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]