donaldp     02/04/22 02:13:55

  Modified:    sourceresolve/src/java/org/apache/excalibur/source
                        Source.java
  Log:
  Modifiable source no longer exists and thus javadocs need fixing.
  
  Revision  Changes    Path
  1.2       +3 -3      
jakarta-avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/Source.java
  
  Index: Source.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/sourceresolve/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       22 Apr 2002 09:13:55 -0000      1.2
  @@ -50,15 +50,15 @@
    * validity object must be the same until discardValidity is called!
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2002/04/19 09:05:37 $
  + * @version CVS $Revision: 1.2 $ $Date: 2002/04/22 09:13:55 $
    */
   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 [EMAIL PROTECTED] ModifiableSource} object, you 
might get
  -     * different content from two invocations.
  +     * so if this is Modifiable, you might get different content
  +     * from two different invocations.
        */
       InputStream getInputStream()
           throws IOException;
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to