Browse Source

Push fix for PR#22150 to 1.6.2

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276486 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
a2128cc203
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Sync.java

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

@@ -290,7 +290,7 @@ public class Sync extends Task {
* *
* <p>Default is 0 milliseconds, or 2 seconds on DOS systems.</p> * <p>Default is 0 milliseconds, or 2 seconds on DOS systems.</p>
* *
* @since Ant 1.6
* @since Ant 1.6.2
*/ */
public void setGranularity(long granularity) { public void setGranularity(long granularity) {
_copy.setGranularity(granularity); _copy.setGranularity(granularity);


Loading…
Cancel
Save