Browse Source

stylecheck

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277377 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
31c5f0ddfc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/optional/ScriptCondition.java

+ 1
- 1
src/main/org/apache/tools/ant/types/optional/ScriptCondition.java View File

@@ -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;


Loading…
Cancel
Save