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/01/12 22:41:41 UTC

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

scolebourne    2004/01/12 13:41:41

  Modified:    collections/src/java/org/apache/commons/collections Bag.java
  Log:
  Javadoc tidy
  
  Revision  Changes    Path
  1.14      +6 -6      jakarta-commons/collections/src/java/org/apache/commons/collections/Bag.java
  
  Index: Bag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/Bag.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Bag.java	5 Jan 2004 22:46:33 -0000	1.13
  +++ Bag.java	12 Jan 2004 21:41:41 -0000	1.14
  @@ -62,7 +62,7 @@
   import java.util.Set;
   
   /**
  - * A {@link Collection} that counts the number of times an object appears in
  + * Defines a collection that counts the number of times an object appears in
    * the collection.
    * <p>
    * Suppose you have a Bag that contains <code>{a, a, b, c}</code>.
  @@ -70,10 +70,10 @@
    * calling {@link #uniqueSet()} would return <code>{a, b, c}</code>.
    * <p>
    * <i>Note that this interface violates the {@link Collection} contract.</i> 
  - * The behavior specified in many of these methods is <I>not</I> the same
  - * as the behavior specified by {@link Collection}.  The noncompliant methods
  + * The behavior specified in many of these methods is <i>not</i> the same
  + * as the behavior specified by <code>Collection</code>.  The noncompliant methods
    * are clearly marked with "(Violation)".  A future
  - * version of this class will specify the same behavior as {@link Collection},
  + * version of this class will specify the same behavior as <code>Collection</code>,
    * which unfortunately will break backwards compatibility with this version.
    *
    * @since Commons Collections 2.0
  
  
  

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