You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mo...@apache.org on 2002/03/02 11:12:33 UTC

cvs commit: jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/concurrent DjikstraSemaphore.java

morpheus    02/03/02 02:12:33

  Modified:    src/java/org/apache/avalon/excalibur/concurrent
                        DjikstraSemaphore.java
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/concurrent/DjikstraSemaphore.java
  
  Index: DjikstraSemaphore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/concurrent/DjikstraSemaphore.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DjikstraSemaphore.java	26 Feb 2002 07:49:56 -0000	1.5
  +++ DjikstraSemaphore.java	2 Mar 2002 10:12:33 -0000	1.6
  @@ -15,9 +15,9 @@
    * calls release() thus increasing the count.
    *
    * @author <a href="mailto:kranga@sapient.com">Karthik Rangaraju</a>
  - * @version CVS $Revision: 1.5 $ $Date: 2002/02/26 07:49:56 $
  + * @version CVS $Revision: 1.6 $ $Date: 2002/03/02 10:12:33 $
    * @since 4.0
  - * @deprecated Replaced by by {@link DijkstraSemaphore}.
  + * @deprecated Replaced by {@link DijkstraSemaphore}.
    */
   public class DjikstraSemaphore
       extends DijkstraSemaphore
  
  
  

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