comparison backend/src/main/java/org/dive4elements/river/model/FlowVelocityMeasurementValue.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 9d2e69f971f5
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
113 this.v = v; 113 this.v = v;
114 this.description = description; 114 this.description = description;
115 } 115 }
116 116
117 public static FastFlowVelocityMeasurementValue getUnmapped( 117 public static FastFlowVelocityMeasurementValue getUnmapped(
118 double station, double w, double q, double v, Date datetime, String description) { 118 double station,
119 double w,
120 double q,
121 double v,
122 Date datetime,
123 String description
124 ) {
119 return new FastFlowVelocityMeasurementValue( 125 return new FastFlowVelocityMeasurementValue(
120 station, w, q, v, datetime, description); 126 station, w, q, v, datetime, description);
121 } 127 }
122 128
123 @Id 129 @Id

http://dive4elements.wald.intevation.org