comparison artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionGenerator2.java @ 8789:d199860fb087

Remove trailing whitespace.
author Tom Gottfried <tom@intevation.de>
date Tue, 08 Dec 2015 20:44:18 +0100
parents afa2096a1f15
children 5e38e2924c07
comparison
equal deleted inserted replaced
8788:b32c1927f90d 8789:d199860fb087
142 142
143 // fake startkm and endkm for the dry run 143 // fake startkm and endkm for the dry run
144 context.putContextValue("startkm", 0d); 144 context.putContextValue("startkm", 0d);
145 context.putContextValue("endkm", 42d); 145 context.putContextValue("endkm", 42d);
146 for (SuperBundle superbundle: postOutAF) { 146 for (SuperBundle superbundle: postOutAF) {
147 // Dry run with fake start /end 147 // Dry run with fake start /end
148 // to get the filtered facets also included 148 // to get the filtered facets also included
149 // in the x axis range. 149 // in the x axis range.
150 super.doOut(superbundle.bundle, superbundle.theme, false); 150 super.doOut(superbundle.bundle, superbundle.theme, false);
151 } 151 }
152 152

http://dive4elements.wald.intevation.org