Mercurial > dive4elements > river
changeset 8789:d199860fb087
Remove trailing whitespace.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 08 Dec 2015 20:44:18 +0100 |
parents | b32c1927f90d |
children | d793caaf5b5e |
files | artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionGenerator2.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionGenerator2.java Tue Dec 08 20:33:07 2015 +0100 +++ b/artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionGenerator2.java Tue Dec 08 20:44:18 2015 +0100 @@ -144,7 +144,7 @@ context.putContextValue("startkm", 0d); context.putContextValue("endkm", 42d); for (SuperBundle superbundle: postOutAF) { - // Dry run with fake start /end + // Dry run with fake start /end // to get the filtered facets also included // in the x axis range. super.doOut(superbundle.bundle, superbundle.theme, false);