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

cvs commit: jakarta-avalon-excalibur/event/src/java/org/apache/excalibur/event PreparedEnqueue.java

donaldp     2002/09/26 06:03:11

  Modified:    event/src/java/org/apache/excalibur/event
                        PreparedEnqueue.java
  Log:
  Fix bad javadoc
  
  Revision  Changes    Path
  1.6       +0 -2      jakarta-avalon-excalibur/event/src/java/org/apache/excalibur/event/PreparedEnqueue.java
  
  Index: PreparedEnqueue.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/src/java/org/apache/excalibur/event/PreparedEnqueue.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PreparedEnqueue.java	7 Aug 2002 23:08:25 -0000	1.5
  +++ PreparedEnqueue.java	26 Sep 2002 13:03:11 -0000	1.6
  @@ -58,7 +58,6 @@
    */
   public interface PreparedEnqueue
   {
  -
       /**
        * Commit a previously prepared provisional enqueue operation (from
        * the <code>prepareEnqueue</code> method). Causes the provisionally
  @@ -74,5 +73,4 @@
        * the provisionally enqueued elements.
        */
       void abort();
  -
   }
  
  
  

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