Mercurial > dive4elements > river
changeset 3645:d92079b7c591
Revert acidentally committed experiment.
flys-artifacts/trunk@5365 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 06 Sep 2012 11:11:56 +0000 |
parents | fa633f6a5fd9 |
children | 3e1149adc8b9 |
files | flys-artifacts/ChangeLog flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/DeltaWtExporter.java |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Sep 06 11:08:58 2012 +0000 +++ b/flys-artifacts/ChangeLog Thu Sep 06 11:11:56 2012 +0000 @@ -1,3 +1,8 @@ +2012-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/exports/fixings/DeltaWtExporter.java: + Revert accidentally committed experiment. + 2012-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/exports/fixings/DeltaWtExporter.java:
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/DeltaWtExporter.java Thu Sep 06 11:08:58 2012 +0000 +++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/DeltaWtExporter.java Thu Sep 06 11:11:56 2012 +0000 @@ -164,12 +164,11 @@ int analysisCount = 1; - // Typically resulting in A1,A2... - String analyisS = MessageFormat.format( - analysisTemplate, analysisCount); - for (KMIndex<AnalysisPeriod []> periods: analysisPeriods) { + // Typically resulting in A1,A2... + String analyisS = MessageFormat.format( + analysisTemplate, analysisCount); for (KMIndex.Entry<AnalysisPeriod []> kmEntry: periods) {