peterreilly 2005/01/18 01:24:55
Modified: src/main/org/apache/tools/ant/types/optional
ScriptCondition.java
Log:
stylecheck
Revision Changes Path
1.2 +1 -1
ant/src/main/org/apache/tools/ant/types/optional/ScriptCondition.java
Index: ScriptCondition.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/types/optional/ScriptCondition.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ScriptCondition.java 17 Jan 2005 21:54:34 -0000 1.1
+++ ScriptCondition.java 18 Jan 2005 09:24:54 -0000 1.2
@@ -96,7 +96,7 @@
* This is used by the script to pass the return value.
* It can be used by an attribute, in which case it sets the default
* value
- * @param value
+ * @param value the value to set the condition to
*/
public void setValue(boolean value) {
this.value = value;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]