From 4bd7216e70b4c814a5e2781f71a847ec3ccda273 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 26 Mar 2003 15:50:28 +0000 Subject: [PATCH] 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 --- .../tools/ant/taskdefs/optional/unix/Symlink.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java b/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java index 9095d415a..ff258c3dd 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java @@ -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 * ln -s link resource 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 - * canonical resource name. Therefore the link: - * link --> subdir/dir/../foo.bar will be recorded as - * link=subdir/foo.bar 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 canonical resource name. Therefore + * the link: link --> subdir/dir/../foo.bar will be recorded + * as link=subdir/foo.bar and restored as * link --> subdir/foo.bar * * @version $Revision$