Browse Source

javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277936 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
399e3252e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Touch.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Touch.java View File

@@ -302,7 +302,7 @@ public class Touch extends Task {
* 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) {


Loading…
Cancel
Save