comparison backend/src/main/java/org/dive4elements/river/importer/ImportMorphWidthValue.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 4c3ccf2b0304
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
50 } 50 }
51 51
52 52
53 public MorphologicalWidthValue getPeer(MorphologicalWidth parent) { 53 public MorphologicalWidthValue getPeer(MorphologicalWidth parent) {
54 if (peer == null) { 54 if (peer == null) {
55 Session session = ImporterSession.getInstance().getDatabaseSession(); 55 Session session = ImporterSession.getInstance()
56 .getDatabaseSession();
56 57
57 Query query = session.createQuery( 58 Query query = session.createQuery(
58 "from MorphologicalWidthValue where " + 59 "from MorphologicalWidthValue where " +
59 " morphologicalWidth=:morphologicalWidth and " + 60 " morphologicalWidth=:morphologicalWidth and " +
60 " station=:station and " + 61 " station=:station and " +

http://dive4elements.wald.intevation.org