bodewig     2003/10/15 06:20:30

  Modified:    docs/manual/CoreTypes custom-programming.html
  Log:
  Condition is an interface
  
  Revision  Changes    Path
  1.6       +1 -1      ant/docs/manual/CoreTypes/custom-programming.html
  
  Index: custom-programming.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTypes/custom-programming.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- custom-programming.html   14 Oct 2003 09:50:30 -0000      1.5
  +++ custom-programming.html   15 Oct 2003 13:20:29 -0000      1.6
  @@ -56,7 +56,7 @@
   import org.apache.tools.ant.BuildException;
   import org.apache.tools.ant.taskdefs.condition.Condition;
   
  -public class AllUpperCaseCondition extends Condition {
  +public class AllUpperCaseCondition implements Condition {
       private String value;
   
       // The setter for the "value" attribute
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to