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 2002/01/02 13:03:00 UTC

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

colus       02/01/02 04:03:00

  Modified:    src/scratchpad/org/apache/avalon/excalibur/event
                        AbstractQueue.java Sink.java
  Log:
  Use setTimeout instead of setTimeOut.
  More consistent nameing.
  
  Revision  Changes    Path
  1.3       +1 -1      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractQueue.java	19 Dec 2001 14:08:39 -0000	1.2
  +++ AbstractQueue.java	2 Jan 2002 12:03:00 -0000	1.3
  @@ -45,7 +45,7 @@
       /**
        * Set the timeout
        */
  -    public void setTimeOut( final long millis )
  +    public void setTimeout( final long millis )
       {
           if ( millis > 0 )
           {
  
  
  
  1.5       +1 -1      jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/event/Sink.java
  
  Index: Sink.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/event/Sink.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Sink.java	28 Dec 2001 12:18:29 -0000	1.4
  +++ Sink.java	2 Jan 2002 12:03:00 -0000	1.5
  @@ -21,7 +21,7 @@
        * will turn off blocking for Sink.  This is intentional because a Sink should
        * never block indefinitely.
        */
  -    void setTimeOut( long millis );
  +    void setTimeout( long millis );
   
       /**
        * Dequeues the next element, or returns <code>null</code> if there is
  
  
  

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