mbenson     2005/02/22 09:48:03

  Modified:    src/main/org/apache/tools/ant/taskdefs PathConvert.java
  Log:
  Missing quote in javadoc.
  
  Revision  Changes    Path
  1.37      +1 -1      
ant/src/main/org/apache/tools/ant/taskdefs/PathConvert.java
  
  Index: PathConvert.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/PathConvert.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- PathConvert.java  22 Feb 2005 17:44:45 -0000      1.36
  +++ PathConvert.java  22 Feb 2005 17:48:02 -0000      1.37
  @@ -160,7 +160,7 @@
   
       /**
        * An enumeration of supported targets:
  -     * windows", "unix", "netware", and "os/2".
  +     * "windows", "unix", "netware", and "os/2".
        */
       public static class TargetOs extends EnumeratedAttribute {
           /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to