Browse Source

Javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278489 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
97b94390e4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/types/resources/Touchable.java

+ 2
- 2
src/main/org/apache/tools/ant/types/resources/Touchable.java View File

@@ -18,9 +18,9 @@ package org.apache.tools.ant.types.resources;

/**
* 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);
}
}

Loading…
Cancel
Save