Browse Source

Checkstyle

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277222 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
e4442deac2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/DateSelector.java

+ 1
- 1
src/main/org/apache/tools/ant/types/selectors/DateSelector.java View File

@@ -140,7 +140,7 @@ public class DateSelector extends BaseExtendSelector {
* 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();


Loading…
Cancel
Save