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 2003/09/28 23:49:50 UTC

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

scolebourne    2003/09/28 14:49:50

  Modified:    collections/src/java/org/apache/commons/collections/observed
                        ObservableSortedSet.java
  Log:
  Javadoc
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableSortedSet.java
  
  Index: ObservableSortedSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/observed/ObservableSortedSet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ObservableSortedSet.java	21 Sep 2003 20:01:53 -0000	1.1
  +++ ObservableSortedSet.java	28 Sep 2003 21:49:50 -0000	1.2
  @@ -100,7 +100,7 @@
        * {@link org.apache.commons.collections.observed.standard.StandardModificationListener}
        * interface and pass it in as the second parameter.
        * <p>
  -     * Internally, an <code>ObservableSet</code> relies on a {@link ModificationHandler}.
  +     * Internally, an <code>ObservableSortedSet</code> relies on a {@link ModificationHandler}.
        * The handler receives all the events and processes them, typically by
        * calling listeners. Different handler implementations can be plugged in
        * to provide a flexible event system.
  @@ -128,7 +128,7 @@
               final Object listener) {
           
           if (set == null) {
  -            throw new IllegalArgumentException("Set must not be null");
  +            throw new IllegalArgumentException("SortedSet must not be null");
           }
           return new ObservableSortedSet(set, listener);
       }
  
  
  

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