Browse Source

Missing quote in javadoc.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277712 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
767ac903c3
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

@@ -160,7 +160,7 @@ public class PathConvert extends Task {

/**
* An enumeration of supported targets:
* windows", "unix", "netware", and "os/2".
* "windows", "unix", "netware", and "os/2".
*/
public static class TargetOs extends EnumeratedAttribute {
/**


Loading…
Cancel
Save