comparison flys-artifacts/src/main/java/de/intevation/flys/themes/ThemeFactory.java @ 3155:74c974b10c75

Output code to trackdown the linecolor problem flys-artifacts/trunk@4767 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Sun, 24 Jun 2012 06:51:05 +0000
parents faf73245ec73
children 0b9b2a0c4e64
comparison
equal deleted inserted replaced
3154:a08538e21b55 3155:74c974b10c75
251 251
252 252
253 protected static void addField(Theme theme, Node field) { 253 protected static void addField(Theme theme, Node field) {
254 String name = ((Element)field).getAttribute("name"); 254 String name = ((Element)field).getAttribute("name");
255 255
256 logger.debug("Add field: " + name); 256 logger.debug("Add field " + name + " to theme " + theme.getName());
257 257
258 NamedNodeMap attrs = field.getAttributes(); 258 NamedNodeMap attrs = field.getAttributes();
259 259
260 int num = attrs != null ? attrs.getLength() : 0; 260 int num = attrs != null ? attrs.getLength() : 0;
261 261

http://dive4elements.wald.intevation.org