Mercurial > dive4elements > river
comparison flys-aft/src/main/java/de/intevation/aft/DischargeTable.java @ 4477:79bb64f66c74
Remove dead code and warnings.
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Tue, 13 Nov 2012 09:55:29 +0100 |
parents | 9c78264109ad |
children | b195fede1c3b |
comparison
equal
deleted
inserted
replaced
4476:099d136b215b | 4477:79bb64f66c74 |
---|---|
261 description + "' with same description. -> ignore."); | 261 description + "' with same description. -> ignore."); |
262 continue OUTER; | 262 continue OUTER; |
263 } | 263 } |
264 } | 264 } |
265 | 265 |
266 double datumValue = rs.getDouble("PEGELNULLPUNKT"); | |
267 Double datum = rs.wasNull() ? null : datumValue; | |
268 | |
269 TimeInterval timeInterval = new TimeInterval(from, to); | 266 TimeInterval timeInterval = new TimeInterval(from, to); |
270 | 267 |
271 DischargeTable dt = new DischargeTable( | 268 DischargeTable dt = new DischargeTable( |
272 dtId, | 269 dtId, |
273 flysGaugeId, | 270 flysGaugeId, |