cziegeler    01/11/16 07:14:33

  Modified:    src/scratchpad/org/apache/avalon/excalibur/source
                        Source.java
  Log:
  Fixed comment
  
  Revision  Changes    Path
  1.5       +6 -5      
jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/source/Source.java
  
  Index: Source.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/source/Source.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Source.java       2001/11/16 15:13:03     1.4
  +++ Source.java       2001/11/16 15:14:33     1.5
  @@ -13,14 +13,15 @@
   
   /**
    * Description of a source. This interface provides a simple interface
  - * for accessing a source of data. But this data can only be accessed once
  - * using this object! You can only read data from it more than once
  - * if it is a [EMAIL PROTECTED] ReusableSource}.
  + * for accessing a source of data. The source of data is assumed to
  + * <b>not change</b> during the lifetime of the Source object. If you
  + * have a data source that can change its content and you want it to
  + * reflect in Cocoon, use a [EMAIL PROTECTED] ModifiableSource} object 
instead.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.4 $ $Date: 2001/11/16 15:13:03 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Ovidiu Predescu</a>
  + * @version CVS $Revision: 1.5 $ $Date: 2001/11/16 15:14:33 $
    */
  -
   public interface Source {
     /**
      * Get the last modification date of the source or 0 if it
  
  
  

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

Reply via email to