summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2023-03-18 10:49:44 +0100
committerStefan Bodewig <bodewig@apache.org>2023-03-18 10:49:44 +0100
commit0b6a29b2c5139525f70d26668f9606a7dac44947 (patch)
treee3616188fe8866ff62bc52cf566d260e34c8a13e
parentbb02a4d806652d6e01e8eb1b74fc74d5c94b3317 (diff)
downloadant-0b6a29b2c5139525f70d26668f9606a7dac44947.tar.gz
fix since tag
-rw-r--r--src/main/org/apache/tools/ant/util/FileUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/org/apache/tools/ant/util/FileUtils.java b/src/main/org/apache/tools/ant/util/FileUtils.java
index 150bf5f85..15dd90ddd 100644
--- a/src/main/org/apache/tools/ant/util/FileUtils.java
+++ b/src/main/org/apache/tools/ant/util/FileUtils.java
@@ -1469,7 +1469,7 @@ public class FileUtils {
* @throws IOException if anything bad happens during this
* process. Note that <code>to</code> may have been deleted
* already when this happens.
- * @since Ant 1.6
+ * @since Ant 1.10.14
*/
public void rename(File from, File to, boolean keepTargetFilePermissions) throws IOException {
Set<PosixFilePermission> existingFilePermissions = null;