You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/09/23 01:39:46 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/set CompositeSet.java

scolebourne    2004/09/22 16:39:46

  Modified:    collections/src/java/org/apache/commons/collections/set
                        CompositeSet.java
  Log:
  Javadoc tweak, from Koji Sekiguchi
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/set/CompositeSet.java
  
  Index: CompositeSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/set/CompositeSet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CompositeSet.java	18 Feb 2004 01:14:27 -0000	1.3
  +++ CompositeSet.java	22 Sep 2004 23:39:46 -0000	1.4
  @@ -26,8 +26,8 @@
    * Decorates a set of other sets to provide a single unified view.
    * <p>
    * Changes made to this set will actually be made on the decorated set.
  - * Add and remove operations require the use of a pluggable strategy. If no
  - * strategy is provided then add and remove are unsupported.
  + * Add operations require the use of a pluggable strategy.
  + * If no strategy is provided then add is unsupported.
    *
    * @since Commons Collections 3.0
    * @version $Revision$ $Date$
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org