changeset 2691:a7a4d3b2e2b0

Added documentation. flys-artifacts/trunk@4395 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Sun, 13 May 2012 21:28:38 +0000
parents 15c6f79ca3e2
children 32b1e28edb15
files flys-artifacts/ChangeLog flys-artifacts/src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog	Sun May 13 21:13:45 2012 +0000
+++ b/flys-artifacts/ChangeLog	Sun May 13 21:28:38 2012 +0000
@@ -1,3 +1,12 @@
+2012-05-13  Felix Wolfsteller <felix.wolfsteller@intevation.de>
+
+	* src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java:
+	  Doc.
+
+2012-05-13  Felix Wolfsteller <felix.wolfsteller@intevation.de>
+
+	* doc/conf/meta-data.xml: Allow duration_curve.q loading via datacage.
+
 2012-05-11  Felix Wolfsteller <felix.wolfsteller@intevation.de>
 
 	* doc/conf/meta-data.xml: Allow hyk loading also when in non-
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java	Sun May 13 21:13:45 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java	Sun May 13 21:28:38 2012 +0000
@@ -292,7 +292,13 @@
     }
 
 
+    /**
+     * Creates an i18ed name for a (w or q) duration curve facet.
+     * @param river rivername, included in facet name.
+     * @param type either DURATION_W, DURATION_Q
+     */
     protected String getSeriesName(String river, String type) {
+        // TODO include km in duration curves facet name.
         Object[] args = new Object[] { river };
 
         if (type == null || type.length() == 0) {

http://dive4elements.wald.intevation.org