Mercurial > dive4elements > river
comparison flys-aft/src/main/java/de/intevation/aft/River.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 | 06891562e633 |
children | b195fede1c3b |
comparison
equal
deleted
inserted
replaced
4476:099d136b215b | 4477:79bb64f66c74 |
---|---|
364 List<DischargeTable> dts, | 364 List<DischargeTable> dts, |
365 int flysGaugeId | 365 int flysGaugeId |
366 ) | 366 ) |
367 throws SQLException | 367 throws SQLException |
368 { | 368 { |
369 boolean debug = log.isDebugEnabled(); | |
370 | |
371 int [] flysDTIds = new int[dts.size()]; | 369 int [] flysDTIds = new int[dts.size()]; |
372 | 370 |
373 for (int i = 0; i < flysDTIds.length; ++i) { | 371 for (int i = 0; i < flysDTIds.length; ++i) { |
374 flysDTIds[i] = dts.get(i) | 372 flysDTIds[i] = dts.get(i) |
375 .persistFlysDischargeTable(context, flysGaugeId); | 373 .persistFlysDischargeTable(context, flysGaugeId); |