comparison gwt-client/src/main/java/org/dive4elements/river/client/server/meta/Converter.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 238fc722f87a
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
68 converter.convertChildren(out, node); 68 converter.convertChildren(out, node);
69 return out; 69 return out;
70 } 70 }
71 } // I18NConverter 71 } // I18NConverter
72 72
73 private static Map<String, NodeConverter> converters = new HashMap<String, NodeConverter>(); 73 private static Map<String, NodeConverter> converters =
74 new HashMap<String, NodeConverter>();
74 75
75 public static final NodeConverter NAME_CONVERTER = new NameConverter(); 76 public static final NodeConverter NAME_CONVERTER = new NameConverter();
76 public static final NodeConverter I18N_CONVERTER = new I18NConverter(); 77 public static final NodeConverter I18N_CONVERTER = new I18NConverter();
77 78
78 static { 79 static {

http://dive4elements.wald.intevation.org