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. *
- * 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. *
** This class provides set and get methods for the 'viewpath' and 'objselect'