Fixed Javadoc.
This commit is contained in:
parent
551b5b83d0
commit
fdb805e80b
2 changed files with 11 additions and 9 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue