Mercurial > dive4elements > river
comparison flys-aft/src/main/java/de/intevation/db/Statements.java @ 4736:b195fede1c3b
Remove trailing whitespace.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 02 Jan 2013 13:18:31 +0100 |
parents | 79bb64f66c74 |
children | f939e1e6cfa4 |
comparison
equal
deleted
inserted
replaced
4735:94b39073f0f7 | 4736:b195fede1c3b |
---|---|
55 return statements; | 55 return statements; |
56 } | 56 } |
57 | 57 |
58 protected String driverToProperties() { | 58 protected String driverToProperties() { |
59 return | 59 return |
60 type + "-" + | 60 type + "-" + |
61 driver.replace('.', '-').toLowerCase() + ".properties"; | 61 driver.replace('.', '-').toLowerCase() + ".properties"; |
62 } | 62 } |
63 | 63 |
64 protected Properties loadCommon() { | 64 protected Properties loadCommon() { |
65 Properties common = new Properties(); | 65 Properties common = new Properties(); |