peterreilly    2004/12/16 07:02:48

  Modified:    src/main/org/apache/tools/ant/types/selectors
                        DateSelector.java
  Log:
  Checkstyle
  
  Revision  Changes    Path
  1.16      +1 -1      
ant/src/main/org/apache/tools/ant/types/selectors/DateSelector.java
  
  Index: DateSelector.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/types/selectors/DateSelector.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- DateSelector.java 15 Dec 2004 16:37:10 -0000      1.15
  +++ DateSelector.java 16 Dec 2004 15:02:48 -0000      1.16
  @@ -140,7 +140,7 @@
        * Sets the type of comparison to be done on the file's last modified
        * date.
        *
  -     * @param cmp The comparison to perform, an EnumeratedAttribute.
  +     * @param tcmp The comparison to perform, an EnumeratedAttribute.
        */
       public void setWhen(TimeComparisons tcmp) {
           this.cmp = tcmp.getIndex();
  
  
  

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

Reply via email to