changeset 6464:2e850d56ae87

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Jun 2013 10:40:50 +0200
parents 378b0d780e36
children 126c76184c3e
files artifacts/src/main/java/org/dive4elements/river/exports/ComputedDischargeCurveGenerator.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/ComputedDischargeCurveGenerator.java	Thu Jun 27 10:39:56 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/ComputedDischargeCurveGenerator.java	Thu Jun 27 10:40:50 2013 +0200
@@ -266,7 +266,7 @@
 
 
     /**
-     * Add Q-Series to plot.
+     * Add W/Q-Series to plot.
      * @param wqkms actual data
      * @param theme theme to use.
      */
@@ -276,7 +276,7 @@
         Document         theme,
         boolean          visible
     ) {
-        logger.debug("ComputedDischargeCurveGenerator: doQOut");
+        logger.debug("ComputedDischargeCurveGenerator: doQOut (add W/Q data).");
         XYSeries series = new StyledXYSeries(aaf.getFacetDescription(), theme);
         StyledSeriesBuilder.addPointsQW(series, wqkms);
 

http://dive4elements.wald.intevation.org