comparison backend/src/main/java/org/dive4elements/river/importer/ImportWstColumn.java @ 7250:8b8a10805c02

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 05 Oct 2013 12:17:23 +0200
parents 0fe00824bd96
children 2ce7bacc940f
comparison
equal deleted inserted replaced
7249:b5e0b28c1516 7250:8b8a10805c02
185 Wst w = wst.getPeer(river); 185 Wst w = wst.getPeer(river);
186 Session session = ImporterSession.getInstance().getDatabaseSession(); 186 Session session = ImporterSession.getInstance().getDatabaseSession();
187 Query query = session.createQuery( 187 Query query = session.createQuery(
188 "from WstColumn where" + 188 "from WstColumn where" +
189 " wst=:wst and name=:name" + 189 " wst=:wst and name=:name" +
190 " and source=:source" + 190 " and source=:source" +
191 " and position=:position"); 191 " and position=:position");
192 query.setParameter("wst", w); 192 query.setParameter("wst", w);
193 query.setParameter("name", name); 193 query.setParameter("name", name);
194 query.setParameter("position", position); 194 query.setParameter("position", position);
195 query.setParameter("source", source); 195 query.setParameter("source", source);

http://dive4elements.wald.intevation.org