diff gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixationPanel.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 319aa972a1a3
children fa8897698133 02739b8c010d
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixationPanel.java	Thu Jan 18 20:10:59 2018 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixationPanel.java	Thu Jan 18 20:12:01 2018 +0100
@@ -63,7 +63,8 @@
 {
     private static final long serialVersionUID = -3667553404493415619L;
 
-    protected static HashMap<String, FixationPanel> instances = new HashMap<String, FixationPanel>();
+    protected static HashMap<String, FixationPanel> instances =
+        new HashMap<String, FixationPanel>();
 
     /** The message class that provides i18n strings. */
     protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class);
@@ -80,7 +81,8 @@
     protected Img chartImg;
     protected TextItem kmText;
 
-    public static final DateTimeFormat DTF = DateTimeFormat.getFormat("dd.MM.yyyy");
+    public static final DateTimeFormat DTF = DateTimeFormat.getFormat(
+        "dd.MM.yyyy");
 
 
     public FixationPanel() {
@@ -424,7 +426,10 @@
         return "";
     }
 
-    protected static JSONObject createFilter(FixFilter filter, JSONObject root) {
+    protected static JSONObject createFilter(
+        FixFilter filter,
+        JSONObject root
+    ) {
         double fromKm = filter.getFromKm();
         double toKm   = filter.getToKm();
         boolean hasDate = filter.hasDate();

http://dive4elements.wald.intevation.org