Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f80c5bd0ad
commit
2ff847ea91
|
@ -85,7 +85,7 @@ public class CSVPrinter {
|
|||
* characters will be escaped.
|
||||
*
|
||||
* @param values
|
||||
* values to be outputted.
|
||||
* values to output.
|
||||
*/
|
||||
public void println(final Object... values) throws IOException {
|
||||
for (final Object value : values) {
|
||||
|
|
Loading…
Reference in New Issue