From fdb805e80b0eb9ab8bf7f02cbe334483a3b1aecc Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sun, 24 Jan 2021 04:21:08 +0100 Subject: [PATCH] Fixed Javadoc. --- .../statoolinfos/htmlize/charts/ChabuUtils.java | 10 +++++----- src/fr/devinsy/statoolinfos/io/CSVFile.java | 10 ++++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/fr/devinsy/statoolinfos/htmlize/charts/ChabuUtils.java b/src/fr/devinsy/statoolinfos/htmlize/charts/ChabuUtils.java index 749bb8e..c0c0a15 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/charts/ChabuUtils.java +++ b/src/fr/devinsy/statoolinfos/htmlize/charts/ChabuUtils.java @@ -548,8 +548,8 @@ public class ChabuUtils /** * To J son numbers. * - * @param source - * the source + * @param values + * the values * @return the string */ public static String toJSonNumbers(final double[] values) @@ -564,10 +564,10 @@ public class ChabuUtils } /** - * To Json numbers. + * To J son numbers. * - * @param source - * the source + * @param values + * the values * @return the string */ public static String toJSonNumbers(final StringList values) diff --git a/src/fr/devinsy/statoolinfos/io/CSVFile.java b/src/fr/devinsy/statoolinfos/io/CSVFile.java index 388358d..1400d66 100644 --- a/src/fr/devinsy/statoolinfos/io/CSVFile.java +++ b/src/fr/devinsy/statoolinfos/io/CSVFile.java @@ -99,9 +99,10 @@ public class CSVFile * * @param out * the out - * @param source - * the source + * @param organizations + * the organizations * @throws IOException + * Signals that an I/O exception has occurred. */ public static void write(final SpreadsheetWriter out, final Organizations organizations) throws IOException { @@ -149,9 +150,10 @@ public class CSVFile * * @param out * the out - * @param source - * the source + * @param services + * the services * @throws IOException + * Signals that an I/O exception has occurred. */ public static void write(final SpreadsheetWriter out, final Services services) throws IOException {