comparison artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityMeasurementArtifact.java @ 7366:ea5da3e140ef

Cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 17 Oct 2013 07:44:34 +0200
parents 1843023549df
children 8ba53c5b86a7
comparison
equal deleted inserted replaced
7365:4e055f92a8b3 7366:ea5da3e140ef
215 { 215 {
216 logger.debug("initialize"); 216 logger.debug("initialize");
217 } 217 }
218 218
219 219
220 /** Get the db-unbound flow velocity measurement value with given 220 /**
221 * id. */ 221 * Get the db-unbound flow velocity measurement value with given
222 * id.
223 */
222 public FlowVelocityMeasurementValue.FastFlowVelocityMeasurementValue 224 public FlowVelocityMeasurementValue.FastFlowVelocityMeasurementValue
223 getFlowVelocityMeasurementValue() 225 getFlowVelocityMeasurementValue()
224 { 226 {
225 return FlowVelocityMeasurementFactory.getFlowVelocityMeasurement( 227 return FlowVelocityMeasurementFactory.getFlowVelocityMeasurement(
226 Integer.parseInt(getDataAsString(DATA_NAME))); 228 Integer.parseInt(getDataAsString(DATA_NAME)));

http://dive4elements.wald.intevation.org