Browse Source

since

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677384 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 17 years ago
parent
commit
7f344fbc14
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/taskdefs/SQLExec.java

+ 1
- 0
src/main/org/apache/tools/ant/taskdefs/SQLExec.java View File

@@ -400,6 +400,7 @@ public class SQLExec extends JDBCTask {
* Set the output Resource;
* optional, defaults to the Ant log.
* @param output the output Resource to store results.
* @since Ant 1.8
*/
public void setOutput(Resource output) {
this.output = output;


Loading…
Cancel
Save