comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/MapUtils.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 890f708b18d6
children fa8897698133
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
23 23
24 public static String getLegendGraphicUrl(String server, String layer) { 24 public static String getLegendGraphicUrl(String server, String layer) {
25 return getLegendGraphicUrl(server, layer, -1); 25 return getLegendGraphicUrl(server, layer, -1);
26 } 26 }
27 27
28 public static String getLegendGraphicUrl(String server, String layer, int dpi) { 28 public static String getLegendGraphicUrl(
29 String server,
30 String layer,
31 int dpi
32 ) {
29 if (server == null || layer == null) { 33 if (server == null || layer == null) {
30 return null; 34 return null;
31 } 35 }
32 36
33 if (server.contains("osm.intevation.de")) { 37 if (server.contains("osm.intevation.de")) {

http://dive4elements.wald.intevation.org