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 {