This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 0b6a29b2c fix since tag
0b6a29b2c is described below
commit 0b6a29b2c5139525f70d26668f9606a7dac44947
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat Mar 18 10:49:44 2023 +0100
fix since tag
---
src/main/org/apache/tools/ant/util/FileUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;