You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2017/12/21 04:40:01 UTC

ant git commit: Add @Deprecated to SymbolicLinkUtils

Repository: ant
Updated Branches:
  refs/heads/master 242d66116 -> 1a2c33fd0


Add @Deprecated to SymbolicLinkUtils


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/1a2c33fd
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/1a2c33fd
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/1a2c33fd

Branch: refs/heads/master
Commit: 1a2c33fd0ef9dfc042044277707d7f38b0cfa0b0
Parents: 242d661
Author: Jaikiran Pai <ja...@apache.org>
Authored: Thu Dec 21 10:08:37 2017 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Thu Dec 21 10:08:37 2017 +0530

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/1a2c33fd/src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java b/src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java
index 9854dc0..5e12094 100644
--- a/src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java
+++ b/src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java
@@ -34,6 +34,7 @@ import org.apache.tools.ant.taskdefs.Execute;
  *              of the Java {@link java.nio.file.Files} APIs introduced in
  *              Java 7, for dealing with symbolic links
  */
+@Deprecated
 public class SymbolicLinkUtils {
     private static final FileUtils FILE_UTILS = FileUtils.getFileUtils();