[Dive4elements-commits] [PATCH 10 of 10] StyledSeriesBuilder: Corrected doc
Wald Commits
scm-commit at wald.intevation.org
Fri Nov 2 12:08:53 CET 2012
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1351854740 -3600
# Node ID 7e3dc021452aaf39dcdc7a15a25c26f4bbbe30ea
# Parent e62f70c2213d5a094054a4a0a770fc5debc50070
StyledSeriesBuilder: Corrected doc.
diff -r e62f70c2213d -r 7e3dc021452a flys-artifacts/src/main/java/de/intevation/flys/exports/StyledSeriesBuilder.java
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/StyledSeriesBuilder.java Fri Nov 02 12:10:59 2012 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/StyledSeriesBuilder.java Fri Nov 02 12:12:20 2012 +0100
@@ -179,7 +179,8 @@
* Add points to series (q to 1st dim, w to 2nd dim).
*
* @param series Series to add points to.
- * @param wqkms WQKms to add to series.
+ * @param qs the Qs to add, assumed same length than ws.
+ * @param ws the Ws to add, assumed same length than qs.
*/
public static void addPointsQW(XYSeries series, double[] qs, double ws[]) {
if (ws == null || qs == null) {
More information about the Dive4elements-commits
mailing list