Mercurial > dive4elements > river
comparison flys-aft/src/main/java/de/intevation/db/ConnectedStatements.java @ 4736:b195fede1c3b
Remove trailing whitespace.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 02 Jan 2013 13:18:31 +0100 |
parents | aad1886ea226 |
children | f939e1e6cfa4 |
comparison
equal
deleted
inserted
replaced
4735:94b39073f0f7 | 4736:b195fede1c3b |
---|---|
43 log.info("Driver '" + metaData.getDriverName() + | 43 log.info("Driver '" + metaData.getDriverName() + |
44 "' does support savepoints."); | 44 "' does support savepoints."); |
45 savepoints = new ArrayDeque<Savepoint>(); | 45 savepoints = new ArrayDeque<Savepoint>(); |
46 } | 46 } |
47 else { | 47 else { |
48 log.info("Driver '" + metaData.getDriverName() + | 48 log.info("Driver '" + metaData.getDriverName() + |
49 "' does not support savepoints."); | 49 "' does not support savepoints."); |
50 } | 50 } |
51 } | 51 } |
52 | 52 |
53 public SymbolicStatement.Instance getStatement(String key) | 53 public SymbolicStatement.Instance getStatement(String key) |
54 throws SQLException | 54 throws SQLException |
55 { | 55 { |
56 SymbolicStatement.Instance stmnt = boundStatements.get(key); | 56 SymbolicStatement.Instance stmnt = boundStatements.get(key); |
57 if (stmnt != null) { | 57 if (stmnt != null) { |
58 return stmnt; | 58 return stmnt; |