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/04/21 23:49:09 UTC

cvs commit: jakarta-avalon-excalibur/all/src/java/org/apache/excalibur/source Source.java

donaldp     02/04/21 14:49:09

  Modified:    all/src/java/org/apache/excalibur/source Source.java
  Log:
  Fixed Source javadoc as ModifiableSource no longer exists.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-avalon-excalibur/all/src/java/org/apache/excalibur/source/Source.java
  
  Index: Source.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/src/java/org/apache/excalibur/source/Source.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Source.java	19 Apr 2002 09:05:37 -0000	1.1
  +++ Source.java	21 Apr 2002 21:49:09 -0000	1.2
  @@ -50,15 +50,15 @@
    * validity object must be the same until discardValidity is called!
    *
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2002/04/19 09:05:37 $
  + * @version CVS $Revision: 1.2 $ $Date: 2002/04/21 21:49:09 $
    */
   public interface Source {
   
       /**
        * Return an <code>InputStream</code> object to read from the source.
        * This is the data at the point of invocation of this method,
  -     * so if this is an {@link ModifiableSource} object, you might get
  -     * different content from two invocations.
  +     * so if this is a Modifiable object, you can get
  +     * different content from two different invocations.
        */
       InputStream getInputStream()
           throws IOException;
  
  
  

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