Mercurial > dive4elements > river
comparison flys-aft/src/main/java/de/intevation/aft/River.java @ 5616:14de791bd8f7
AFT/DIPS/SGM: Do _not_ update current discharge table from AFT.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Tue, 09 Apr 2013 17:09:59 +0200 |
parents | 7a68967ca72a |
children |
comparison
equal
deleted
inserted
replaced
5609:80e8ef91223c | 5616:14de791bd8f7 |
---|---|
169 throws SQLException | 169 throws SQLException |
170 { | 170 { |
171 boolean modified = false; | 171 boolean modified = false; |
172 | 172 |
173 for (DIPSGauge gauge: gauges) { | 173 for (DIPSGauge gauge: gauges) { |
174 modified |= updateBfGIdOnMasterDischargeTable(context, gauge); | 174 // XXX: Do dont modify the master AT. |
175 // modified |= updateBfGIdOnMasterDischargeTable(context, gauge); | |
175 modified |= updateGauge(context, gauge); | 176 modified |= updateGauge(context, gauge); |
176 } | 177 } |
177 | 178 |
178 return modified; | 179 return modified; |
179 } | 180 } |