comparison artifacts/src/main/java/org/dive4elements/river/artifacts/datacage/templating/BuilderPool.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 af13ceeba52a
children 5030c46d8cb4 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
70 } 70 }
71 catch (ParserConfigurationException pce) { 71 catch (ParserConfigurationException pce) {
72 log.error(pce); 72 log.error(pce);
73 } 73 }
74 74
75 log.error("Returning original document. This will lead to threading issues."); 75 log.error("Returning original document. "
76 + "This will lead to threading issues.");
76 77
77 return document; 78 return document;
78 } 79 }
79 80
80 public void build( 81 public void build(

http://dive4elements.wald.intevation.org