From 31c5f0ddfcdd460fbc2aa67d6a56587a804f40ad Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 18 Jan 2005 09:24:54 +0000 Subject: [PATCH] stylecheck git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277377 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tools/ant/types/optional/ScriptCondition.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/types/optional/ScriptCondition.java b/src/main/org/apache/tools/ant/types/optional/ScriptCondition.java index 42bba4f26..8ea9f0599 100644 --- a/src/main/org/apache/tools/ant/types/optional/ScriptCondition.java +++ b/src/main/org/apache/tools/ant/types/optional/ScriptCondition.java @@ -96,7 +96,7 @@ public class ScriptCondition extends ProjectComponent implements Condition { * 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;