comparison backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityMeasurementValue.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
65 } 65 }
66 66
67 67
68 public FlowVelocityMeasurementValue getPeer(FlowVelocityMeasurement m) { 68 public FlowVelocityMeasurementValue getPeer(FlowVelocityMeasurement m) {
69 if (peer == null) { 69 if (peer == null) {
70 Session session = ImporterSession.getInstance().getDatabaseSession(); 70 Session session = ImporterSession.getInstance()
71 .getDatabaseSession();
71 72
72 Query query = session.createQuery( 73 Query query = session.createQuery(
73 "from FlowVelocityMeasurementValue where " + 74 "from FlowVelocityMeasurementValue where " +
74 " measurement=:measurement and " + 75 " measurement=:measurement and " +
75 " station=:station and " + 76 " station=:station and " +

http://dive4elements.wald.intevation.org