comparison backend/src/main/java/org/dive4elements/river/model/FlowVelocityMeasurementValue.java @ 8200:9d2e69f971f5

sed -i src/**/*.java 's/logger/log/g'
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 05 Sep 2014 12:50:33 +0200
parents 4c3ccf2b0304
children 5e38e2924c07
comparison
equal deleted inserted replaced
8199:42ac86ec19c7 8200:9d2e69f971f5
29 @Entity 29 @Entity
30 @Table(name = "flow_velocity_measure_values") 30 @Table(name = "flow_velocity_measure_values")
31 public class FlowVelocityMeasurementValue 31 public class FlowVelocityMeasurementValue
32 implements Serializable 32 implements Serializable
33 { 33 {
34 private static Logger logger = 34 private static Logger log =
35 Logger.getLogger(FlowVelocityMeasurementValue.class); 35 Logger.getLogger(FlowVelocityMeasurementValue.class);
36 36
37 private Integer id; 37 private Integer id;
38 38
39 private FlowVelocityMeasurement measurement; 39 private FlowVelocityMeasurement measurement;

http://dive4elements.wald.intevation.org