comparison backend/src/main/java/org/dive4elements/river/importer/ImportSQRelation.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 67e53dbe05d2
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
64 public SQRelation getPeer() { 64 public SQRelation getPeer() {
65 if (peer == null) { 65 if (peer == null) {
66 TimeInterval timeInter = timeInterval.getPeer(); 66 TimeInterval timeInter = timeInterval.getPeer();
67 67
68 if (timeInter == null) { 68 if (timeInter == null) {
69 log.warn("ISQ: Cannot determine sq relation without time interval"); 69 log.warn(
70 "ISQ: Cannot determine sq relation without time interval");
70 return null; 71 return null;
71 } 72 }
72 73
73 Session session = ImporterSession.getInstance() 74 Session session = ImporterSession.getInstance()
74 .getDatabaseSession(); 75 .getDatabaseSession();

http://dive4elements.wald.intevation.org