diff gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/QDTable.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 a64ed9f067c6
children
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/QDTable.java	Thu Jan 18 20:10:59 2018 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/QDTable.java	Thu Jan 18 20:12:01 2018 +0100
@@ -73,9 +73,11 @@
         type.setType(ListGridFieldType.TEXT);
         type.setWidth("10%");
 
-        ListGridField startTime = WTable.createYearListGridField("starttime", MESSAGE.starttime());
+        ListGridField startTime = WTable.createYearListGridField(
+            "starttime", MESSAGE.starttime());
 
-        ListGridField stopTime = WTable.createYearListGridField("stoptime", MESSAGE.stoptime());
+        ListGridField stopTime = WTable.createYearListGridField(
+            "stoptime", MESSAGE.stoptime());
 
         final NumberFormat nf = NumberFormat.getDecimalFormat();
 
@@ -99,11 +101,13 @@
         });
         value.setWidth("15%");
 
-        ListGridField official = new ListGridField("official", MESSAGE.official_regulation());
+        ListGridField official = new ListGridField(
+            "official", MESSAGE.official_regulation());
         official.setType(ListGridFieldType.TEXT);
         official.setWidth("25%");
 
-        setFields(addMax, addMin, select, name, startTime, stopTime, type, value, official);
+        setFields(addMax, addMin, select, name,
+            startTime, stopTime, type, value, official);
     }
 
     public void hideIconFields () {

http://dive4elements.wald.intevation.org