Browse Source

typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@531604 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 18 years ago
parent
commit
51ef806814
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/ScriptRunnerCreator.java

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

@@ -107,7 +107,7 @@ public class ScriptRunnerCreator {
* This checks if the script manager exists in the scriptLoader
* classloader and if so it creates and returns the script runner.
* @param checkManager check if the manager matchs this value.
* @param mangagerClass the name of the script manager class.
* @param managerClass the name of the script manager class.
* @param runnerClass the name of ant's script runner for this manager.
* @return the script runner class.
* @throws BuildException if there is a problem creating the runner class.


Loading…
Cancel
Save