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/08/31 14:56:24 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/decorators PredicatedSortedMap.java PredicatedBag.java PredicatedCollection.java TypedSortedBag.java TypedSortedMap.java PredicatedBuffer.java TypedBuffer.java TypedSet.java PredicatedMap.java TypedCollection.java TypedList.java PredicatedList.java PredicatedSortedBag.java TypedBag.java TypedSortedSet.java PredicatedSortedSet.java PredicatedSet.java TypedMap.java

scolebourne    2003/08/31 05:56:24

  Modified:    collections/src/java/org/apache/commons/collections/decorators
                        PredicatedSortedMap.java PredicatedBag.java
                        PredicatedCollection.java TypedSortedBag.java
                        TypedSortedMap.java PredicatedBuffer.java
                        TypedBuffer.java TypedSet.java PredicatedMap.java
                        TypedCollection.java TypedList.java
                        PredicatedList.java PredicatedSortedBag.java
                        TypedBag.java TypedSortedSet.java
                        PredicatedSortedSet.java PredicatedSet.java
                        TypedMap.java
  Log:
  Javadoc spelling mistakes
  bug 22843, from Janek Bogucki
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedSortedMap.java
  
  Index: PredicatedSortedMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedSortedMap.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PredicatedSortedMap.java	9 May 2003 16:42:35 -0000	1.1
  +++ PredicatedSortedMap.java	31 Aug 2003 12:56:23 -0000	1.2
  @@ -66,7 +66,7 @@
    * <code>PredicatedSortedMap</code> decorates another <code>SortedMap </code>
    * to validate additions match a specified predicate.
    * <p>
  - * If an object cannot be addded to the map, an IllegalArgumentException
  + * If an object cannot be added to the map, an IllegalArgumentException
    * is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.2       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedBag.java
  
  Index: PredicatedBag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedBag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PredicatedBag.java	7 May 2003 13:19:17 -0000	1.1
  +++ PredicatedBag.java	31 Aug 2003 12:56:23 -0000	1.2
  @@ -66,7 +66,7 @@
    * <code>PredicatedBag</code> decorates another <code>Bag</code>
    * to validate additions match a specified predicate.
    * <p>
  - * If an object cannot be addded to the list, an IllegalArgumentException
  + * If an object cannot be added to the list, an IllegalArgumentException
    * is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.4       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedCollection.java
  
  Index: PredicatedCollection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedCollection.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PredicatedCollection.java	11 May 2003 13:14:51 -0000	1.3
  +++ PredicatedCollection.java	31 Aug 2003 12:56:23 -0000	1.4
  @@ -66,7 +66,7 @@
    * <code>PredicatedCollection</code> decorates another <code>Collection</code>
    * to validate additions match a specified predicate.
    * <p>
  - * If an object cannot be addded to the collection, an IllegalArgumentException
  + * If an object cannot be added to the collection, an IllegalArgumentException
    * is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.3       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedSortedBag.java
  
  Index: TypedSortedBag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedSortedBag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TypedSortedBag.java	9 May 2003 16:41:57 -0000	1.2
  +++ TypedSortedBag.java	31 Aug 2003 12:56:23 -0000	1.3
  @@ -64,7 +64,7 @@
    * to validate that elements added are of a specific type.
    * <p>
    * The validation of additions is performed via an instanceof test against 
  - * a specified <code>Class</code>. If an object cannot be addded to the
  + * a specified <code>Class</code>. If an object cannot be added to the
    * collection, an IllegalArgumentException is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.2       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedSortedMap.java
  
  Index: TypedSortedMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedSortedMap.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TypedSortedMap.java	9 May 2003 16:42:35 -0000	1.1
  +++ TypedSortedMap.java	31 Aug 2003 12:56:23 -0000	1.2
  @@ -64,7 +64,7 @@
    * to validate that elements added are of a specific type.
    * <p>
    * The validation of additions is performed via an instanceof test against 
  - * a specified <code>Class</code>. If an object cannot be addded to the
  + * a specified <code>Class</code>. If an object cannot be added to the
    * collection, an IllegalArgumentException is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.2       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedBuffer.java
  
  Index: PredicatedBuffer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedBuffer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PredicatedBuffer.java	7 May 2003 12:19:26 -0000	1.1
  +++ PredicatedBuffer.java	31 Aug 2003 12:56:23 -0000	1.2
  @@ -64,7 +64,7 @@
    * <code>PredicatedBuffer</code> decorates another <code>Buffer</code>
    * to validate additions match a specified predicate.
    * <p>
  - * If an object cannot be addded to the collection, an IllegalArgumentException
  + * If an object cannot be added to the collection, an IllegalArgumentException
    * is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.2       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedBuffer.java
  
  Index: TypedBuffer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedBuffer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TypedBuffer.java	9 May 2003 16:41:57 -0000	1.1
  +++ TypedBuffer.java	31 Aug 2003 12:56:23 -0000	1.2
  @@ -64,7 +64,7 @@
    * to validate that elements added are of a specific type.
    * <p>
    * The validation of additions is performed via an instanceof test against 
  - * a specified <code>Class</code>. If an object cannot be addded to the
  + * a specified <code>Class</code>. If an object cannot be added to the
    * collection, an IllegalArgumentException is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.3       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedSet.java
  
  Index: TypedSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedSet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TypedSet.java	9 May 2003 16:41:57 -0000	1.2
  +++ TypedSet.java	31 Aug 2003 12:56:23 -0000	1.3
  @@ -64,7 +64,7 @@
    * to validate that elements added are of a specific type.
    * <p>
    * The validation of additions is performed via an instanceof test against 
  - * a specified <code>Class</code>. If an object cannot be addded to the
  + * a specified <code>Class</code>. If an object cannot be added to the
    * collection, an IllegalArgumentException is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.3       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedMap.java
  
  Index: PredicatedMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedMap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PredicatedMap.java	9 May 2003 18:33:27 -0000	1.2
  +++ PredicatedMap.java	31 Aug 2003 12:56:23 -0000	1.3
  @@ -68,7 +68,7 @@
    * <code>PredicatedMap</code> decorates another <code>Map</code>
    * to validate additions match a specified predicate.
    * <p>
  - * If an object cannot be addded to the map, an IllegalArgumentException
  + * If an object cannot be added to the map, an IllegalArgumentException
    * is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.5       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedCollection.java
  
  Index: TypedCollection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedCollection.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TypedCollection.java	16 May 2003 14:19:31 -0000	1.4
  +++ TypedCollection.java	31 Aug 2003 12:56:23 -0000	1.5
  @@ -67,7 +67,7 @@
    * to validate that elements added are of a specific type.
    * <p>
    * The validation of additions is performed via an instanceof test against 
  - * a specified <code>Class</code>. If an object cannot be addded to the
  + * a specified <code>Class</code>. If an object cannot be added to the
    * collection, an IllegalArgumentException is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.4       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedList.java
  
  Index: TypedList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TypedList.java	9 May 2003 16:41:56 -0000	1.3
  +++ TypedList.java	31 Aug 2003 12:56:23 -0000	1.4
  @@ -64,7 +64,7 @@
    * to validate that elements added are of a specific type.
    * <p>
    * The validation of additions is performed via an instanceof test against 
  - * a specified <code>Class</code>. If an object cannot be addded to the
  + * a specified <code>Class</code>. If an object cannot be added to the
    * collection, an IllegalArgumentException is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.4       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedList.java
  
  Index: PredicatedList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PredicatedList.java	11 May 2003 13:14:51 -0000	1.3
  +++ PredicatedList.java	31 Aug 2003 12:56:23 -0000	1.4
  @@ -68,7 +68,7 @@
    * <code>PredicatedList</code> decorates another <code>List</code>
    * to validate additions match a specified predicate.
    * <p>
  - * If an object cannot be addded to the list, an IllegalArgumentException
  + * If an object cannot be added to the list, an IllegalArgumentException
    * is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.2       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedSortedBag.java
  
  Index: PredicatedSortedBag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedSortedBag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PredicatedSortedBag.java	7 May 2003 13:19:18 -0000	1.1
  +++ PredicatedSortedBag.java	31 Aug 2003 12:56:23 -0000	1.2
  @@ -66,7 +66,7 @@
    * <code>PredicatedSortedBag</code> decorates another <code>SortedBag</code>
    * to validate additions match a specified predicate.
    * <p>
  - * If an object cannot be addded to the list, an IllegalArgumentException
  + * If an object cannot be added to the list, an IllegalArgumentException
    * is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.3       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedBag.java
  
  Index: TypedBag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedBag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TypedBag.java	9 May 2003 16:41:57 -0000	1.2
  +++ TypedBag.java	31 Aug 2003 12:56:23 -0000	1.3
  @@ -64,7 +64,7 @@
    * to validate that elements added are of a specific type.
    * <p>
    * The validation of additions is performed via an instanceof test against 
  - * a specified <code>Class</code>. If an object cannot be addded to the
  + * a specified <code>Class</code>. If an object cannot be added to the
    * collection, an IllegalArgumentException is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.3       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedSortedSet.java
  
  Index: TypedSortedSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedSortedSet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TypedSortedSet.java	9 May 2003 16:41:57 -0000	1.2
  +++ TypedSortedSet.java	31 Aug 2003 12:56:23 -0000	1.3
  @@ -64,7 +64,7 @@
    * to validate that elements added are of a specific type.
    * <p>
    * The validation of additions is performed via an instanceof test against 
  - * a specified <code>Class</code>. If an object cannot be addded to the
  + * a specified <code>Class</code>. If an object cannot be added to the
    * collection, an IllegalArgumentException is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.2       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedSortedSet.java
  
  Index: PredicatedSortedSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedSortedSet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PredicatedSortedSet.java	7 May 2003 11:19:46 -0000	1.1
  +++ PredicatedSortedSet.java	31 Aug 2003 12:56:23 -0000	1.2
  @@ -66,7 +66,7 @@
    * <code>PredicatedSortedSet</code> decorates another <code>SortedSet</code>
    * to validate additions match a specified predicate.
    * <p>
  - * If an object cannot be addded to the set, an IllegalArgumentException
  + * If an object cannot be added to the set, an IllegalArgumentException
    * is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.2       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedSet.java
  
  Index: PredicatedSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/PredicatedSet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PredicatedSet.java	7 May 2003 11:19:46 -0000	1.1
  +++ PredicatedSet.java	31 Aug 2003 12:56:23 -0000	1.2
  @@ -65,7 +65,7 @@
    * <code>PredicatedSet</code> decorates another <code>Set</code>
    * to validate additions match a specified predicate.
    * <p>
  - * If an object cannot be addded to the set, an IllegalArgumentException
  + * If an object cannot be added to the set, an IllegalArgumentException
    * is thrown.
    *
    * @since Commons Collections 3.0
  
  
  
  1.2       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedMap.java
  
  Index: TypedMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/decorators/TypedMap.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TypedMap.java	9 May 2003 16:42:36 -0000	1.1
  +++ TypedMap.java	31 Aug 2003 12:56:23 -0000	1.2
  @@ -64,7 +64,7 @@
    * to validate that elements added are of a specific type.
    * <p>
    * The validation of additions is performed via an instanceof test against 
  - * a specified <code>Class</code>. If an object cannot be addded to the
  + * a specified <code>Class</code>. If an object cannot be added to the
    * collection, an IllegalArgumentException is thrown.
    *
    * @since Commons Collections 3.0