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.
|
* 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)
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue