comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/templating/Builder.java @ 3571:64a59cca1887

Cosmetics. flys-artifacts/trunk@5178 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 09 Aug 2012 07:29:39 +0000
parents 5642a83420f2
children 58bdf95df5e4
comparison
equal deleted inserted replaced
3570:9eba1e2d821d 3571:64a59cca1887
288 parent.appendChild(owner.createTextNode(value)); 288 parent.appendChild(owner.createTextNode(value));
289 } 289 }
290 290
291 /** 291 /**
292 * Add attribute to an element 292 * Add attribute to an element
293 * @see element 293 * @see Element
294 */ 294 */
295 protected void attribute(Node parent, Element current) { 295 protected void attribute(Node parent, Element current) {
296 296
297 if (parent.getNodeType() != Node.ELEMENT_NODE) { 297 if (parent.getNodeType() != Node.ELEMENT_NODE) {
298 log.warn("need element here"); 298 log.warn("need element here");

http://dive4elements.wald.intevation.org