comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/WKmsFactory.java @ 8202:e4606eae8ea5

sed src/**/*.java 's/logger/log/g'
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 05 Sep 2014 12:58:17 +0200
parents a97b2926de5e
children 04367906f158
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
29 * Factory to access ready-made WKms for other (than computed) 'kinds' of 29 * Factory to access ready-made WKms for other (than computed) 'kinds' of
30 * WST-data. 30 * WST-data.
31 */ 31 */
32 public class WKmsFactory 32 public class WKmsFactory
33 { 33 {
34 /** Private logger to use here. */ 34 /** Private log to use here. */
35 private static Logger log = Logger.getLogger(WKmsFactory.class); 35 private static Logger log = Logger.getLogger(WKmsFactory.class);
36 36
37 /** Query to get km and ws for wst_id and column_pos. */ 37 /** Query to get km and ws for wst_id and column_pos. */
38 public static final String SQL_SELECT_WS = 38 public static final String SQL_SELECT_WS =
39 "SELECT km, w FROM wst_w_values " + 39 "SELECT km, w FROM wst_w_values " +

http://dive4elements.wald.intevation.org