You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2005/03/14 12:45:29 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Touch.java

peterreilly    2005/03/14 03:45:29

  Modified:    src/main/org/apache/tools/ant/taskdefs Touch.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.46      +1 -1      ant/src/main/org/apache/tools/ant/taskdefs/Touch.java
  
  Index: Touch.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Touch.java,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Touch.java	6 Jan 2005 12:05:05 -0000	1.45
  +++ Touch.java	14 Mar 2005 11:45:29 -0000	1.46
  @@ -302,7 +302,7 @@
        * does not interact with any nested mappers and remains for reasons of
        * backwards-compatibility only.
        * @param file file to touch
  -     * @throws BuildException
  +     * @throws BuildException on error
        * @deprecated
        */
       protected void touch(File file) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org