Browse Source

ConditionBase: stylecheck, also remove author as per apache guidelines (should

be added to style check?)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276135 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
6fb42d703d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java

+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java View File

@@ -29,7 +29,6 @@ import org.apache.tools.ant.taskdefs.UpToDate;
* conditions - ensures that the types of conditions inside the task
* and the "container" conditions are in sync.
*
* @author Stefan Bodewig
* @since Ant 1.4
* @version $Revision$
*/
@@ -217,7 +216,7 @@ public abstract class ConditionBase extends ProjectComponent {

/**
* Add an <typefound> condition.
* @param test
* @param test a TypeFound condition
*/
public void addTypeFound(TypeFound test) {
conditions.addElement(test);


Loading…
Cancel
Save