mbenson     2005/08/05 08:41:57

  Modified:    src/main/org/apache/tools/ant/types/resources Touchable.java
  Log:
  Javadoc
  
  Revision  Changes    Path
  1.3       +2 -2      
ant/src/main/org/apache/tools/ant/types/resources/Touchable.java
  
  Index: Touchable.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/types/resources/Touchable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Touchable.java    3 Jun 2005 16:46:55 -0000       1.2
  +++ Touchable.java    5 Aug 2005 15:41:57 -0000       1.3
  @@ -18,9 +18,9 @@
   
   /**
    * Interface to be implemented by "touchable" resources;
  - * for example those whose modification time can be altered.
  + * that is, those whose modification time can be altered.
    * @since Ant 1.7
    */
   public interface Touchable {
       void touch(long modTime);
  -}
  \ No newline at end of file
  +}
  
  
  

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

Reply via email to