diff gwt-client/src/main/java/org/dive4elements/river/client/server/MapOutputServiceImpl.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 0a5239a1e46e
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/MapOutputServiceImpl.java	Thu Jan 18 20:10:59 2018 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/MapOutputServiceImpl.java	Thu Jan 18 20:12:01 2018 +0100
@@ -44,7 +44,8 @@
 
     public static final String ERROR_NO_MAP_CONFIG = "error_no_map_config";
 
-    public static final String ERROR_NO_MAP_OUTPUT_TYPE = "error_no_map_output_type";
+    public static final String ERROR_NO_MAP_OUTPUT_TYPE =
+        "error_no_map_output_type";
 
     public MapConfig doOut(Collection collection)
     throws ServerException
@@ -71,7 +72,7 @@
                 uuid, requestMode, requestMode);
 
             HttpClient client = new HttpClientImpl(url);
-            InputStream    is = client.collectionOut(request, uuid, requestMode);
+            InputStream is = client.collectionOut(request, uuid, requestMode);
 
             Document response = XMLUtils.parseDocument(is);
 

http://dive4elements.wald.intevation.org