comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/LegendWindow.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 632c724fed2d
children 63bbd5e45839
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
61 if (theme.getActive() == 0) { 61 if (theme.getActive() == 0) {
62 continue; 62 continue;
63 } 63 }
64 64
65 if (theme instanceof AttributedTheme) { 65 if (theme instanceof AttributedTheme) {
66 legendContainer 66 legendContainer.addMember(
67 .addMember(createLegendGraphicsRow((AttributedTheme) theme)); 67 createLegendGraphicsRow((AttributedTheme) theme));
68 } 68 }
69 } 69 }
70 } 70 }
71 71
72 private Canvas createLegendGraphicsRow(AttributedTheme at) { 72 private Canvas createLegendGraphicsRow(AttributedTheme at) {

http://dive4elements.wald.intevation.org