comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/CrossSectionFacet.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 e4606eae8ea5
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
120 120
121 121
122 /** Do a deep copy. */ 122 /** Do a deep copy. */
123 @Override 123 @Override
124 public Facet deepCopy() { 124 public Facet deepCopy() {
125 CrossSectionFacet copy = new CrossSectionFacet(this.index, this.description); 125 CrossSectionFacet copy = new CrossSectionFacet(
126 this.index, this.description);
126 copy.set(this); 127 copy.set(this);
127 return copy; 128 return copy;
128 } 129 }
129 } 130 }
130 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 131 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org