[PATCH 1 of 2] Cosmetics, break overlong lines

Wald Commits scm-commit at wald.intevation.org
Thu Nov 7 11:10:45 CET 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1383816461 -3600
# Node ID 20b1cfa1e0051111f509e5b9731fdf90a72b166e
# Parent  aeeabb580b124472cc6fb905a99b3262c493d2cb
Cosmetics, break overlong lines.

diff -r aeeabb580b12 -r 20b1cfa1e005 artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityMeasurementArtifact.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityMeasurementArtifact.java	Thu Nov 07 09:44:38 2013 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityMeasurementArtifact.java	Thu Nov 07 10:27:41 2013 +0100
@@ -141,17 +141,26 @@
 
             Facet vFacet = new FlowVelocityMeasurementFacet(
                 FLOW_VELOCITY_MEASUREMENT,
-                Resources.getMsg(callMeta, I18N_WATERLEVEL_FACET, FlowVelocityState.I18N_TAU_FACET, new Object[] { name}));
+                Resources.getMsg(callMeta,
+                    I18N_WATERLEVEL_FACET,
+                    FlowVelocityState.I18N_TAU_FACET,
+                    new Object[] { name }));
             fs.add(vFacet);
 
             Facet qFacet = new FlowVelocityMeasurementFacet(
                 FLOW_VELOCITY_DISCHARGE,
-                Resources.getMsg(callMeta, FlowVelocityState.I18N_DISCHARGE_FACET, FlowVelocityState.I18N_DISCHARGE_FACET, new Object[] { name}));
+                Resources.getMsg(callMeta,
+                    FlowVelocityState.I18N_DISCHARGE_FACET,
+                    FlowVelocityState.I18N_DISCHARGE_FACET,
+                    new Object[] { name }));
             fs.add(qFacet);
 
             Facet wFacet = new FlowVelocityMeasurementFacet(
                 FLOW_VELOCITY_WATERLEVEL,
-                Resources.getMsg(callMeta, I18N_VELOCITY_FACET, FlowVelocityState.I18N_TAU_FACET, new Object[] { name}));
+                Resources.getMsg(callMeta,
+                    I18N_VELOCITY_FACET,
+                    FlowVelocityState.I18N_TAU_FACET,
+                    new Object[] { name }));
             fs.add(wFacet);
 
             addFacets(state.getID(), fs);


More information about the Dive4elements-commits mailing list