Browse Source

Fix javadoc for ScriptDefBase

PR: 25446
Obtained from: gudnabrsam at yahoo dot com
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275821 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
d31ebab754
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDefBase.java

+ 1
- 3
src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDefBase.java View File

@@ -64,9 +64,7 @@ import java.util.ArrayList;

/**
* The script execution class. This class finds the defining script task
* and passes control to that task's executeScript method. This class
* implements the TaskCOntainer interface primarily to stop Ant's core from
* configuring the nested elements - this is done by the script task itself.
* and passes control to that task's executeScript method.
*
* @author Conor MacNeill
* @since Ant 1.6


Loading…
Cancel
Save