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:02:30 UTC

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

donaldp     2002/09/26 06:02:30

  Modified:    event/src/java/org/apache/excalibur/event Sink.java
  Log:
  Fix bad javadoc
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-avalon-excalibur/event/src/java/org/apache/excalibur/event/Sink.java
  
  Index: Sink.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/src/java/org/apache/excalibur/event/Sink.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Sink.java	12 Sep 2002 14:40:45 -0000	1.12
  +++ Sink.java	26 Sep 2002 13:02:30 -0000	1.13
  @@ -136,10 +136,10 @@
        * @param elements The element array to provisionally enqueue
        * @return A <code>PreparedEnqueue</code> that may be used to commit or
        *         abort the provisional enqueue
  -     * @throws <code>SinkFullException</code> Indicates that the sink is
  +     * @throws SinkFullException Indicates that the sink is
        *            temporarily full and that the requested elements could not
        *            be provisionally enqueued.
  -     * @throws <code>SinkClosedException</code> Indicates that the sink is
  +     * @throws SinkClosedException Indicates that the sink is
        *            no longer being serviced.
        *
        * @see PreparedEnqueue
  
  
  

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