diff gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionHelper.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 853f2dafc16e 0a5239a1e46e
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionHelper.java	Thu Jan 18 20:10:59 2018 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionHelper.java	Thu Jan 18 20:12:01 2018 +0100
@@ -79,7 +79,8 @@
     public static final String XPATH_FACETS = "art:facets/art:facet";
 
     public static final String XPATH_LOADED_RECOMMENDATIONS =
-        "/art:artifact-collection/art:attribute/art:loaded-recommendations/art:recommendation";
+        "/art:artifact-collection/art:attribute/"
+        + "art:loaded-recommendations/art:recommendation";
 
 
     public static Document createAttribute(Collection collection) {
@@ -243,7 +244,8 @@
             cr.addAttr(t, "pos", Integer.toString(theme.getPosition()), true);
             cr.addAttr(t, "index", Integer.toString(theme.getIndex()), true);
             cr.addAttr(t, "description", theme.getDescription(), true);
-            cr.addAttr(t, "visible", Integer.toString(theme.getVisible()), true);
+            cr.addAttr(t, "visible", Integer.toString(theme.getVisible()),
+                true);
         }
 
         return t;
@@ -479,7 +481,8 @@
             }
         }
 
-        Map<String, ThemeList> themeLists = parseThemeLists(description, collectionItems);
+        Map<String, ThemeList> themeLists = parseThemeLists(
+            description, collectionItems);
         c.setThemeLists(themeLists);
 
         Map<String, Settings> outSettings = parseSettings(description);

http://dive4elements.wald.intevation.org