scolebourne    2003/08/31 05:57:03

  Modified:    collections/src/java/org/apache/commons/collections/event
                        ModificationVetoedException.java
  Log:
  Javadoc spelling mistakes
  bug 22843, from Janek Bogucki
  
  Revision  Changes    Path
  1.2       +4 -4      
jakarta-commons/collections/src/java/org/apache/commons/collections/event/ModificationVetoedException.java
  
  Index: ModificationVetoedException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/event/ModificationVetoedException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ModificationVetoedException.java  28 Aug 2003 18:31:13 -0000      1.1
  +++ ModificationVetoedException.java  31 Aug 2003 12:57:03 -0000      1.2
  @@ -58,8 +58,8 @@
   package org.apache.commons.collections.event;
   
   /**
  - * Exception thrown when a modifcation to a collection is vetoed.
  - * It extends IllegalArgumentException for compatability with the collections API.
  + * Exception thrown when a modification to a collection is vetoed.
  + * It extends IllegalArgumentException for compatibility with the collections API.
    *
    * @since Commons Collections 3.0
    * @version $Revision$ $Date$
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to