diff gwt-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.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 238fc722f87a
children 07d51fd4864c 0a5239a1e46e
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java	Thu Jan 18 20:10:59 2018 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java	Thu Jan 18 20:12:01 2018 +0100
@@ -60,7 +60,8 @@
 
             Document request = ClientProtocolUtils.newOutCollectionDocument(
                 uuid, type, type,
-                ChartServiceHelper.getChartAttributes(prepareChartAttributes(req)));
+                ChartServiceHelper.getChartAttributes(
+                    prepareChartAttributes(req)));
 
             HttpClient client = new HttpClientImpl(url, locale);
 
@@ -78,7 +79,9 @@
     }
 
 
-    protected Map<String, String> prepareChartAttributes(HttpServletRequest req) {
+    protected Map<String, String> prepareChartAttributes(
+        HttpServletRequest req
+    ) {
         Map<String, String> attr = new HashMap<String, String>();
 
         Map params = req.getParameterMap();

http://dive4elements.wald.intevation.org