summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2019-01-12 17:01:01 +0100
committerStefan Bodewig <bodewig@apache.org>2019-01-12 17:01:01 +0100
commitd106673e3e7b9beebe024b14086e4d554b5ed2f2 (patch)
tree7dac8e7e2180b73ba44c1c65b04d64f80afcb9eb
parenteb99b1f3f602a293e1ad51a2ba399abc1d6133b4 (diff)
downloadant-d106673e3e7b9beebe024b14086e4d554b5ed2f2.tar.gz
the task does not extend ExecTask (anymore?)
-rw-r--r--src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java b/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java
index 5a537eb85..68d2a4a00 100644
--- a/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java
+++ b/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/ClearCase.java
@@ -34,9 +34,9 @@ import org.apache.tools.ant.util.FileUtils;
/**
* A base class for creating tasks for executing commands on ClearCase.
* <p>
- * The class extends the 'exec' task as it operates by executing the cleartool program
- * supplied with ClearCase. By default the task expects the cleartool executable to be
- * in the path, * you can override this be specifying the cleartooldir attribute.
+ * By default the task expects the cleartool executable to be in the
+ * path, you can override this be specifying the cleartooldir
+ * attribute.
* </p>
* <p>
* This class provides set and get methods for the 'viewpath' and 'objselect'