Browse Source

Javadoc reformatting.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277198 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
ec3594d7a5
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/main/org/apache/tools/ant/helper/DefaultExecutor.java

+ 2
- 3
src/main/org/apache/tools/ant/helper/DefaultExecutor.java View File

@@ -24,9 +24,8 @@ import org.apache.tools.ant.BuildException;


/**
* Default Target executor implementation.
* Runs each target individually (including all of its dependencies),
* halting immediately upon error.
* Default Target executor implementation. Runs each target individually
* (including all of its dependencies), halting immediately upon error.
* @since Ant 1.6.3
*/
public class DefaultExecutor implements Executor {


Loading…
Cancel
Save