Browse Source

my, isnt the java1.4 javadoc fussy

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272607 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
77748a0668
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/PathConvert.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/PathConvert.java View File

@@ -192,7 +192,7 @@ public class PathConvert extends Task {
* Set the value of the targetos attribute
*
* @deprecated use the method taking a TargetOs argument instead
* @see #setTargetos(TargetOs)
* @see setTargetos(TargetOs)
*/
public void setTargetos(String target) {
TargetOs to = new TargetOs();


Loading…
Cancel
Save