jskeet      02/02/25 07:19:52

  Modified:    src/main/org/apache/tools/ant/taskdefs Ant.java
                        Checksum.java
  Log:
  First pass of JavaDoc work just to get rid of warnings.
  When this is complete, whole source tree should JavaDoc (with 1.4)
  with no warnings. (With JDK1.3.1 the 1.4-regexp stuff generates
  warnings, but that's all.)
  
  Revision  Changes    Path
  1.41      +1 -1      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Ant.java
  
  Index: Ant.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Ant.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- Ant.java  23 Feb 2002 09:37:30 -0000      1.40
  +++ Ant.java  25 Feb 2002 15:19:52 -0000      1.41
  @@ -72,7 +72,7 @@
   import java.util.Enumeration;
   
   /**
  - * Call Ant in a sub-project
  + * Call Ant in a sub-project.
    *
    *  <pre>
    *  &lt;target name=&quot;foo&quot; depends=&quot;init&quot;&gt;
  
  
  
  1.14      +5 -3      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Checksum.java
  
  Index: Checksum.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Checksum.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Checksum.java     28 Jan 2002 14:38:39 -0000      1.13
  +++ Checksum.java     25 Feb 2002 15:19:52 -0000      1.14
  @@ -102,7 +102,8 @@
        */
       private String property;
       /**
  -     * Create new destination file?  Defaults to false.
  +     * Whether or not to create a new file.
  +     * Defaults to <code>false</code>.
        */
       private boolean forceOverwrite;
       /**
  @@ -173,8 +174,9 @@
       }
   
       /**
  -     * Overwrite existing file irrespective of whether it is newer than
  -     * the source file?  Defaults to false.
  +     * Whether or not to overwrite existing file irrespective of 
  +     * whether it is newer than
  +     * the source file.  Defaults to false.
        */
       public void setForceOverwrite(boolean forceOverwrite) {
           this.forceOverwrite = forceOverwrite;
  
  
  

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

Reply via email to