comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/fixings/FixWQCurveFacet.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
50 public FixWQCurveFacet(String description) { 50 public FixWQCurveFacet(String description) {
51 super(0, FIX_WQ_CURVE, description, ComputeType.ADVANCE, null, null); 51 super(0, FIX_WQ_CURVE, description, ComputeType.ADVANCE, null, null);
52 } 52 }
53 53
54 public FixWQCurveFacet(int index, String description) { 54 public FixWQCurveFacet(int index, String description) {
55 super(index, FIX_WQ_CURVE, description, ComputeType.ADVANCE, null, null); 55 super(index, FIX_WQ_CURVE, description,
56 ComputeType.ADVANCE, null, null);
56 } 57 }
57 58
58 59
59 /** 60 /**
60 * Returns the data this facet provides at given km, a function. 61 * Returns the data this facet provides at given km, a function.

http://dive4elements.wald.intevation.org