comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/InfoPanel.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 71a2e408adca
children 1d6e515add81
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
32 protected String river; 32 protected String river;
33 33
34 /** The message class that provides i18n strings.*/ 34 /** The message class that provides i18n strings.*/
35 protected FLYSConstants MSG = GWT.create(FLYSConstants.class); 35 protected FLYSConstants MSG = GWT.create(FLYSConstants.class);
36 36
37 protected RiverInfoServiceAsync riverInfoService = GWT.create(RiverInfoService.class); 37 protected RiverInfoServiceAsync riverInfoService = GWT.create(
38 RiverInfoService.class);
38 39
39 /** Panel to show the info about the river */ 40 /** Panel to show the info about the river */
40 protected RiverInfoPanel riverinfopanel; 41 protected RiverInfoPanel riverinfopanel;
41 42
42 protected InfoListGrid listgrid; 43 protected InfoListGrid listgrid;

http://dive4elements.wald.intevation.org