comparison gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactHelper.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 093146703b98
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
44 /** The error message key that is thrown if an error occured while artifact 44 /** The error message key that is thrown if an error occured while artifact
45 * creation.*/ 45 * creation.*/
46 public static final String ERROR_CREATE_ARTIFACT = "error_create_artifact"; 46 public static final String ERROR_CREATE_ARTIFACT = "error_create_artifact";
47 47
48 /** Name of the factory to generate a GaugeDischargeCurveArtifact. */ 48 /** Name of the factory to generate a GaugeDischargeCurveArtifact. */
49 private static final String GAUGE_DISCHARGE_CURVE_ARTIFACT = "gaugedischargecurve"; 49 private static final String GAUGE_DISCHARGE_CURVE_ARTIFACT =
50 "gaugedischargecurve";
50 51
51 /** Name of the factory to generate a MainvaluesArtifact. */ 52 /** Name of the factory to generate a MainvaluesArtifact. */
52 private static final String MAINVALUE_ARTIFACT_FACTORY = "mainvalue"; 53 private static final String MAINVALUE_ARTIFACT_FACTORY = "mainvalue";
53 54
54 private static final String SQ_RELATION_ARTIFACT = "staticsqrelation"; 55 private static final String SQ_RELATION_ARTIFACT = "staticsqrelation";

http://dive4elements.wald.intevation.org