comparison artifact-database/src/main/java/de/intevation/artifactdatabase/SQL.java @ 47:4ae4dc99127d

Removed trailing whitespace. artifacts/trunk@167 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 01 Oct 2009 09:04:17 +0000
parents 5a6b6a3debc7
children 8447467cef86
comparison
equal deleted inserted replaced
46:f2648672c9c4 47:4ae4dc99127d
32 32
33 Properties properties = new Properties(); 33 Properties properties = new Properties();
34 34
35 InputStream in = null; 35 InputStream in = null;
36 try { 36 try {
37 String res = "/sql/" + driver.replace('.', '-').toLowerCase() 37 String res = "/sql/" + driver.replace('.', '-').toLowerCase()
38 + ".properties"; 38 + ".properties";
39 in = SQL.class.getResourceAsStream(res); 39 in = SQL.class.getResourceAsStream(res);
40 40
41 if (in == null) { 41 if (in == null) {
42 logger.warn("No SQL file for driver '" + driver + "' found."); 42 logger.warn("No SQL file for driver '" + driver + "' found.");

http://dive4elements.wald.intevation.org