Browse Source

type not task

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277436 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
388575854f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/Xor.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/Xor.java View File

@@ -21,7 +21,7 @@ import org.apache.tools.ant.BuildException;
import java.util.Enumeration;

/**
* <tt>Xor</tt> task to exclusive or operations.
* The <tt>Xor</tt> condition type to exclusive or operations.
* This does not shortcut stuff.
*/
public class Xor extends ConditionBase implements Condition {


Loading…
Cancel
Save