peterreilly 2004/02/23 06:40:04
Modified: src/main/org/apache/tools/ant/taskdefs/condition
ConditionBase.java
Log:
ConditionBase: stylecheck, also remove author as per apache guidelines (should
be added to style check?)
Revision Changes Path
1.28 +2 -3
ant/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java
Index: ConditionBase.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ConditionBase.java 9 Feb 2004 21:05:25 -0000 1.27
+++ ConditionBase.java 23 Feb 2004 14:40:04 -0000 1.28
@@ -29,7 +29,6 @@
* 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 @@
/**
* Add an <typefound> condition.
- * @param test
+ * @param test a TypeFound condition
*/
public void addTypeFound(TypeFound test) {
conditions.addElement(test);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]