Browse Source

Fix javadocs.

PR: 17143
Submitted by:	Gus Heck


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274315 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
4bd7216e70
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java

+ 6
- 6
src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java View File

@@ -141,12 +141,12 @@ import org.apache.tools.ant.taskdefs.Execute;
* absolute paths. On non-unix systems this may cause false positives.
* Furthermore, any operating system on which the command
* <code>ln -s link resource</code> is not a valid command on the comandline
* will not be able to use action="single" or action="multi" action="record"
* should still work. Finally, the lack of support for symlinks in Java
* means that all links are recorded as links to the
* <strong>canonical</strong> resource name. Therefore the link:
* <code>link --> subdir/dir/../foo.bar</code> will be recorded as
* <code>link=subdir/foo.bar</code> and restored as
* will not be able to use action= "delete", action="single" or
* action="recreate", but action="record" should still work. Finally, the
* lack of support for symlinks in Java means that all links are recorded
* as links to the <strong>canonical</strong> resource name. Therefore
* the link: <code>link --> subdir/dir/../foo.bar</code> will be recorded
* as <code>link=subdir/foo.bar</code> and restored as
* <code>link --> subdir/foo.bar</code>
*
* @version $Revision$


Loading…
Cancel
Save