This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Add
@Deprecated
to SymbolicLinkUtils
master
Jaikiran Pai
7 years ago
parent
242d661161
commit
1a2c33fd0e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java
+ 1
- 0
src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java
View File
@@ -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();
Write
Preview
Loading…
Cancel
Save