comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/FlowVelocityMeasurementFactory.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 735346b3e438
children 5e38e2924c07
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
21 import org.dive4elements.river.backend.SessionHolder; 21 import org.dive4elements.river.backend.SessionHolder;
22 22
23 23
24 public class FlowVelocityMeasurementFactory 24 public class FlowVelocityMeasurementFactory
25 { 25 {
26 /** Private logger to use here. */ 26 /** Private log to use here. */
27 private static Logger log = Logger.getLogger(FlowVelocityMeasurementFactory.class); 27 private static Logger log = Logger.getLogger(FlowVelocityMeasurementFactory.class);
28 28
29 /** Query to get description and start year, given name and a km range. */ 29 /** Query to get description and start year, given name and a km range. */
30 public static final String SQL_SELECT_ONE = 30 public static final String SQL_SELECT_ONE =
31 "SELECT station, datetime, w, q, v, description " + 31 "SELECT station, datetime, w, q, v, description " +

http://dive4elements.wald.intevation.org