Mercurial > dive4elements > river
changeset 4365:7e3dc021452a
StyledSeriesBuilder: Corrected doc.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 02 Nov 2012 12:12:20 +0100 |
parents | e62f70c2213d |
children | f820285bff0b |
files | flys-artifacts/src/main/java/de/intevation/flys/exports/StyledSeriesBuilder.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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) {