comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/EnterMultipleLocationsState.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 e4606eae8ea5
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
21 /** 21 /**
22 * Get me doubles (km). 22 * Get me doubles (km).
23 */ 23 */
24 public class EnterMultipleLocationsState extends EnterLocationState { 24 public class EnterMultipleLocationsState extends EnterLocationState {
25 /** The log for this class. */ 25 /** The log for this class. */
26 private static Logger log = Logger.getLogger(EnterMultipleLocationsState.class); 26 private static Logger log = Logger.getLogger(
27 EnterMultipleLocationsState.class);
27 28
28 @Override 29 @Override
29 protected String getUIProvider() { 30 protected String getUIProvider() {
30 log.debug("multi location panel"); 31 log.debug("multi location panel");
31 return "multi_location_panel"; 32 return "multi_location_panel";

http://dive4elements.wald.intevation.org