Browse Source

s/ANT/Ant/

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

+ 1
- 1
src/main/org/apache/tools/ant/Project.java View File

@@ -731,7 +731,7 @@ public class Project {
}

/**
* Set "keep-going" mode. In this mode ANT will try to execute
* Set "keep-going" mode. In this mode Ant will try to execute
* as many targets as possible. All targets that do not depend
* on failed target(s) will be executed. If the keepGoing settor/getter
* methods are used in conjunction with the <code>ant.executor.class</code>


Loading…
Cancel
Save