changeset 7533:20b1cfa1e005

Cosmetics, break overlong lines.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 07 Nov 2013 10:27:41 +0100
parents aeeabb580b12
children 00950f79b0d9
files artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityMeasurementArtifact.java
diffstat 1 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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);

http://dive4elements.wald.intevation.org