You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2002/05/03 06:50:20 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/types Commandline.java

stevel      02/05/02 21:50:20

  Modified:    src/main/org/apache/tools/ant/types Tag: ANT_15_BRANCH
                        Commandline.java
  Log:
  javadoc tweak to reduce 1.4 whining
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.21.2.1  +1 -1      jakarta-ant/src/main/org/apache/tools/ant/types/Commandline.java
  
  Index: Commandline.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/Commandline.java,v
  retrieving revision 1.21
  retrieving revision 1.21.2.1
  diff -u -r1.21 -r1.21.2.1
  --- Commandline.java	25 Apr 2002 12:14:51 -0000	1.21
  +++ Commandline.java	3 May 2002 04:50:20 -0000	1.21.2.1
  @@ -488,7 +488,7 @@
       /**
        * Returns a String that describes the command and arguments
        * suitable for verbose output before a call to
  -     * <code>Runtime.exec(String[])<code>
  +     * <code>Runtime.exec(String[])<code>.
        *
        * <p>This method assumes that the first entry in the array is the
        * executable to run.</p>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>