git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-14 05:03:35 +00:00
parent f80c5bd0ad
commit 2ff847ea91
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class CSVPrinter {
* characters will be escaped. * characters will be escaped.
* *
* @param values * @param values
* values to be outputted. * values to output.
*/ */
public void println(final Object... values) throws IOException { public void println(final Object... values) throws IOException {
for (final Object value : values) { for (final Object value : values) {