comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/CrossSectionWaterLineFacet.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 3f49835a00c3 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
47 * Trivial constructor, set (maybe localized) description. 47 * Trivial constructor, set (maybe localized) description.
48 * @param idx Index of this facet. 48 * @param idx Index of this facet.
49 * @param name 'type' of this facet. 49 * @param name 'type' of this facet.
50 * @param description (maybe) localized user-visible description. 50 * @param description (maybe) localized user-visible description.
51 */ 51 */
52 public CrossSectionWaterLineFacet(int idx, String name, String description) { 52 public CrossSectionWaterLineFacet(
53 int idx,
54 String name,
55 String description
56 ) {
53 super(idx, name, description); 57 super(idx, name, description);
54 } 58 }
55 59
56 60
57 /** 61 /**

http://dive4elements.wald.intevation.org