Browse Source

opps, return too early

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

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

@@ -126,7 +126,6 @@ public class ScriptRunnerCreator {
runner = (ScriptRunnerBase) Class.forName( runner = (ScriptRunnerBase) Class.forName(
runnerClass, true, scriptLoader).newInstance(); runnerClass, true, scriptLoader).newInstance();
runner.setProject(project); runner.setProject(project);
return runner;
} catch (Exception ex) { } catch (Exception ex) {
ReflectUtil.throwBuildException(ex); ReflectUtil.throwBuildException(ex);
// NotReached // NotReached


Loading…
Cancel
Save