# HG changeset patch # User Felix Wolfsteller # Date 1364998624 -7200 # Node ID cda844f8d1260369e2b8278bff70cfb88dcc00ec # Parent b56422246f3abbc5a860814445431f7dc267c3db WQAdaptedInputPanel: cosmetics in docs. diff -r b56422246f3a -r cda844f8d126 flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java --- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java Tue Apr 02 10:28:52 2013 +0200 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java Wed Apr 03 16:17:04 2013 +0200 @@ -61,7 +61,7 @@ { private static final long serialVersionUID = -3218827566805476423L; - /** The message class that provides i18n strings.*/ + /** The message class that provides i18n strings. */ protected FLYSConstants MESSAGE = GWT.create(FLYSConstants.class); public static final String FIELD_WQ_MODE = "wq_isq"; @@ -76,22 +76,22 @@ public static final int ROW_HEIGHT = 20; - /** The constant field name for choosing w or q mode.*/ + /** The constant field name for choosing w or q mode. */ public static final String FIELD_WQ = "wq"; - /** The constant field name for choosing single values or range.*/ + /** The constant field name for choosing single values or range. */ public static final String FIELD_MODE = "mode"; - /** The constant field value for range input mode.*/ + /** The constant field value for range input mode. */ public static final String FIELD_MODE_RANGE = "range"; protected WQInfoServiceAsync wqInfoService = GWT.create(WQInfoService.class); - /** The message class that provides i18n strings.*/ + /** The message class that provides i18n strings. */ protected FLYSConstants MSG = GWT.create(FLYSConstants.class); - /** Stores the input panels related to their keys.*/ + /** Stores the input panels related to their keys. */ protected Map wqranges; /** List of doubleArrayPanels shown. */ @@ -100,10 +100,10 @@ /** Stores the min/max values for each q range.*/ protected Map qranges; - /** Stores the min/max values for each w range.*/ + /** Stores the min/max values for each w range. */ protected Map wranges; - /** The RadioGroupItem that determines the w/q input mode.*/ + /** The RadioGroupItem that determines the w/q input mode. */ protected DynamicForm modes; /** Table holding Q and D values. */