You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cr...@apache.org on 2003/07/03 18:59:36 UTC

cvs commit: avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source ModifiableSource.java

crafterm    2003/07/03 09:59:36

  Modified:    sourceresolve/src/java/org/apache/excalibur/source
                        ModifiableSource.java
  Log:
  Reworded sentence in javadocs.
  
  Revision  Changes    Path
  1.7       +2 -2      avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/ModifiableSource.java
  
  Index: ModifiableSource.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/ModifiableSource.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ModifiableSource.java	20 May 2003 20:56:43 -0000	1.6
  +++ ModifiableSource.java	3 Jul 2003 16:59:36 -0000	1.7
  @@ -97,8 +97,8 @@
       /**
        * Cancel the data sent to an <code>OutputStream</code> returned by
        * {@link #getOutputStream()}.
  -     * <p>
  -     * After cancel, the stream should no more be used.
  +     *
  +     * <p>After cancelling, the stream should no longer be used.</p>
        */
       void cancel(OutputStream stream) throws IOException;
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org