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

View file

@ -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
{