comparison artifacts/src/main/java/org/dive4elements/river/artifacts/datacage/templating/BuilderPool.java @ 5994:af13ceeba52a

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 12 May 2013 18:13:50 +0200
parents 4897a58c8746
children 5e38e2924c07
comparison
equal deleted inserted replaced
5993:ea9eef426962 5994:af13ceeba52a
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde 1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH 2 * Software engineering by Intevation GmbH
3 * 3 *
4 * This file is Free Software under the GNU AGPL (>=v3) 4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the 5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details. 6 * documentation coming with Dive4Elements River for details.
7 */ 7 */
8 8
9 package org.dive4elements.river.artifacts.datacage.templating; 9 package org.dive4elements.river.artifacts.datacage.templating;
10 10
11 import java.util.ArrayDeque; 11 import java.util.ArrayDeque;
22 import org.apache.log4j.Logger; 22 import org.apache.log4j.Logger;
23 23
24 import org.w3c.dom.Document; 24 import org.w3c.dom.Document;
25 import org.w3c.dom.Node; 25 import org.w3c.dom.Node;
26 26
27 /** A little round robin pool of builders to mitigate 27 /** A little round robin pool of builders to mitigate
28 * the fact the XML DOM documents are not thread safe. 28 * the fact the XML DOM documents are not thread safe.
29 */ 29 */
30 public class BuilderPool 30 public class BuilderPool
31 { 31 {
32 private static Logger log = Logger.getLogger(BuilderPool.class); 32 private static Logger log = Logger.getLogger(BuilderPool.class);

http://dive4elements.wald.intevation.org