From 6fb42d703ded619b994c48edda8c2614656bbc77 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 23 Feb 2004 14:40:04 +0000 Subject: [PATCH] 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 --- .../org/apache/tools/ant/taskdefs/condition/ConditionBase.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java b/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java index 17d64ca25..73351b384 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java @@ -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);