Browse Source

Condition is an interface

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275503 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
0d2465cdb9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTypes/custom-programming.html

+ 1
- 1
docs/manual/CoreTypes/custom-programming.html View File

@@ -56,7 +56,7 @@ package com.mydomain;
import org.apache.tools.ant.BuildException; import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.taskdefs.condition.Condition; import org.apache.tools.ant.taskdefs.condition.Condition;


public class AllUpperCaseCondition extends Condition {
public class AllUpperCaseCondition implements Condition {
private String value; private String value;


// The setter for the "value" attribute // The setter for the "value" attribute


Loading…
Cancel
Save