comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/templating/Builder.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents 9144e5a5027b
children 64a59cca1887
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
62 62
63 public NamedConnection() { 63 public NamedConnection() {
64 } 64 }
65 65
66 public NamedConnection( 66 public NamedConnection(
67 String name, 67 String name,
68 Connection connection 68 Connection connection
69 ) { 69 ) {
70 this(name, connection, true); 70 this(name, connection, true);
71 } 71 }
72 72
73 public NamedConnection( 73 public NamedConnection(
74 String name, 74 String name,
75 Connection connection, 75 Connection connection,
76 boolean cached 76 boolean cached
77 ) { 77 ) {
78 this.name = name; 78 this.name = name;
79 this.connection = connection; 79 this.connection = connection;
207 } 207 }
208 208
209 /** 209 /**
210 * Kind of foreach over results of a statement within a context. 210 * Kind of foreach over results of a statement within a context.
211 */ 211 */
212 protected void elements(Node parent, Element current) 212 protected void elements(Node parent, Element current)
213 throws SQLException 213 throws SQLException
214 { 214 {
215 log.debug("dc:elements"); 215 log.debug("dc:elements");
216 216
217 if (connectionsStack.isEmpty()) { 217 if (connectionsStack.isEmpty()) {

http://dive4elements.wald.intevation.org