comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/meta/CompiledStatement.java @ 742:c09c9e05ecfa

Removed trailing whitespace. flys-artifacts/trunk@2243 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:18:59 +0000
parents fc3cf0ef777e
children 2c8fc60125b9
comparison
equal deleted inserted replaced
741:e54203e52097 742:c09c9e05ecfa
60 60
61 public String getStatement() { 61 public String getStatement() {
62 return statement; 62 return statement;
63 } 63 }
64 64
65 public ResultData execute(Connection connection, StackFrames frames) 65 public ResultData execute(Connection connection, StackFrames frames)
66 throws SQLException 66 throws SQLException
67 { 67 {
68 if (preparedStatement == null) { 68 if (preparedStatement == null) {
69 preparedStatement = connection.prepareStatement(statement); 69 preparedStatement = connection.prepareStatement(statement);
70 } 70 }

http://dive4elements.wald.intevation.org