Browse Source

Fix @link

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277562 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
3fa5064183
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/DefaultNative2Ascii.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/native2ascii/DefaultNative2Ascii.java View File

@@ -36,7 +36,7 @@ public abstract class DefaultNative2Ascii implements Native2AsciiAdapter {
/**
* Splits the task into setting up the command line switches
* (delegated to {@link #setup setup}), adding the file names
* (delegated to {@link addFiles addFiles}) and running the tool
* (delegated to {@link #addFiles addFiles}) and running the tool
* (delegated to {@link #run run}).
*/
public final boolean convert(Native2Ascii args, File srcFile,


Loading…
Cancel
Save