Browse Source

whitespace

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555948 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 11 years ago
parent
commit
c098b9c80d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/SQLExec.java

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

@@ -661,7 +661,7 @@ public class SQLExec extends JDBCTask {
out = new PrintStream(new BufferedOutputStream(os), out = new PrintStream(new BufferedOutputStream(os),
false, outputEncoding); false, outputEncoding);
} else { } else {
out = new PrintStream(new BufferedOutputStream(os));
out = new PrintStream(new BufferedOutputStream(os));
} }
} }




Loading…
Cancel
Save