# HG changeset patch # User Felix Wolfsteller # 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) {