You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by co...@apache.org on 2001/12/19 15:08:40 UTC

cvs commit: jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/event AbstractQueue.java DefaultQueue.java

colus       01/12/19 06:08:39

  Modified:    src/scratchpad/org/apache/avalon/excalibur/event
                        AbstractQueue.java DefaultQueue.java
  Log:
  Fixed javadoc typos.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/event/AbstractQueue.java
  
  Index: AbstractQueue.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/event/AbstractQueue.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractQueue.java	2001/12/17 23:04:59	1.1
  +++ AbstractQueue.java	2001/12/19 14:08:39	1.2
  @@ -10,7 +10,7 @@
   import java.util.ArrayList;
   
   /**
  - * The default queue implementation is a variabl size queue.
  + * The default queue implementation is a variable size queue.
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
    */
  @@ -77,4 +77,4 @@
               }
           }
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.4       +2 -2      jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/event/DefaultQueue.java
  
  Index: DefaultQueue.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/event/DefaultQueue.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultQueue.java	2001/12/18 22:11:52	1.3
  +++ DefaultQueue.java	2001/12/19 14:08:39	1.4
  @@ -11,7 +11,7 @@
   import org.apache.avalon.excalibur.concurrent.Mutex;
   
   /**
  - * The default queue implementation is a variabl size queue.  This queue is
  + * The default queue implementation is a variable size queue.  This queue is
    * ThreadSafe, however the overhead in synchronization costs a few extra millis.
    *
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  @@ -216,4 +216,4 @@
               m_elements = null;
           }
       }
  -}
  \ No newline at end of file
  +}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>