# HG changeset patch # User Tom Gottfried # Date 1449603858 -3600 # Node ID d199860fb087f042fdf1bb042c9cceadf5207e29 # Parent b32c1927f90d4dd1baa721dcbeca22ba0c93923d Remove trailing whitespace. diff -r b32c1927f90d -r d199860fb087 artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionGenerator2.java --- 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);