comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/FlowVelocityMeasurementFacet.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 42076d94977e
children
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
54 * Create a deep copy of this Facet. 54 * Create a deep copy of this Facet.
55 * @return a deep copy. 55 * @return a deep copy.
56 */ 56 */
57 @Override 57 @Override
58 public FlowVelocityMeasurementFacet deepCopy() { 58 public FlowVelocityMeasurementFacet deepCopy() {
59 FlowVelocityMeasurementFacet copy = new FlowVelocityMeasurementFacet(description); 59 FlowVelocityMeasurementFacet copy =
60 new FlowVelocityMeasurementFacet(description);
60 copy.set(this); 61 copy.set(this);
61 return copy; 62 return copy;
62 } 63 }
63 } 64 }
64 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 65 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org