Fixed Javadoc.

This commit is contained in:
Christian P. MOMON 2021-01-24 04:21:08 +01:00
parent 551b5b83d0
commit fdb805e80b
2 changed files with 11 additions and 9 deletions

View file

@ -548,8 +548,8 @@ public class ChabuUtils
/** /**
* To J son numbers. * To J son numbers.
* *
* @param source * @param values
* the source * the values
* @return the string * @return the string
*/ */
public static String toJSonNumbers(final double[] values) public static String toJSonNumbers(final double[] values)
@ -566,8 +566,8 @@ public class ChabuUtils
/** /**
* To J son numbers. * To J son numbers.
* *
* @param source * @param values
* the source * the values
* @return the string * @return the string
*/ */
public static String toJSonNumbers(final StringList values) public static String toJSonNumbers(final StringList values)

View file

@ -99,9 +99,10 @@ public class CSVFile
* *
* @param out * @param out
* the out * the out
* @param source * @param organizations
* the source * the organizations
* @throws IOException * @throws IOException
* Signals that an I/O exception has occurred.
*/ */
public static void write(final SpreadsheetWriter out, final Organizations organizations) throws IOException public static void write(final SpreadsheetWriter out, final Organizations organizations) throws IOException
{ {
@ -149,9 +150,10 @@ public class CSVFile
* *
* @param out * @param out
* the out * the out
* @param source * @param services
* the source * the services
* @throws IOException * @throws IOException
* Signals that an I/O exception has occurred.
*/ */
public static void write(final SpreadsheetWriter out, final Services services) throws IOException public static void write(final SpreadsheetWriter out, final Services services) throws IOException
{ {