# HG changeset patch # User Andre Heinecke # Date 1380184778 -7200 # Node ID 440c55b9634ea9340a98da823f61a16f28ef2d43 # Parent 704a33c0f5a29a6e6b169a28f46bd3912fe9c541 Cosmetics diff -r 704a33c0f5a2 -r 440c55b9634e artifacts/src/main/java/org/dive4elements/river/exports/minfo/SedimentLoadLSInfoGenerator.java --- a/artifacts/src/main/java/org/dive4elements/river/exports/minfo/SedimentLoadLSInfoGenerator.java Thu Sep 26 10:39:01 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde - * Software engineering by Intevation GmbH - * - * This file is Free Software under the GNU AGPL (>=v3) - * and comes with ABSOLUTELY NO WARRANTY! Check out the - * documentation coming with Dive4Elements River for details. - */ - -package org.dive4elements.river.exports.minfo; - -import org.dive4elements.river.exports.ChartInfoGenerator; - - -public class SedimentLoadLSInfoGenerator -extends ChartInfoGenerator -{ - public SedimentLoadLSInfoGenerator() { - super(new SedimentLoadLSGenerator()); - } -} diff -r 704a33c0f5a2 -r 440c55b9634e artifacts/src/main/java/org/dive4elements/river/exports/process/FlowVelocityProcessor.java --- a/artifacts/src/main/java/org/dive4elements/river/exports/process/FlowVelocityProcessor.java Thu Sep 26 10:39:01 2013 +0200 +++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/FlowVelocityProcessor.java Thu Sep 26 10:39:38 2013 +0200 @@ -18,8 +18,8 @@ import org.dive4elements.river.exports.StyledSeriesBuilder; import org.dive4elements.river.jfree.StyledXYSeries; import org.dive4elements.river.themes.ThemeDocument; + import org.dive4elements.river.model.FlowVelocityMeasurementValue.FastFlowVelocityMeasurementValue; - import org.dive4elements.river.artifacts.model.FlowVelocityData; public class FlowVelocityProcessor extends DefaultProcessor {