Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 67545 invoked from network); 26 Sep 2002 13:02:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 26 Sep 2002 13:02:46 -0000 Received: (qmail 12250 invoked by uid 97); 26 Sep 2002 13:03:24 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 12205 invoked by uid 97); 26 Sep 2002 13:03:23 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 12143 invoked by uid 97); 26 Sep 2002 13:03:21 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 26 Sep 2002 13:02:30 -0000 Message-ID: <20020926130230.53516.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/event/src/java/org/apache/excalibur/event Sink.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 PreparedEnqueue that may be used to commit or * abort the provisional enqueue - * @throws SinkFullException 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 SinkClosedException Indicates that the sink is + * @throws SinkClosedException Indicates that the sink is * no longer being serviced. * * @see PreparedEnqueue -- To unsubscribe, e-mail: For additional commands, e-mail: