Skip to content

Commit 2ff847e

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398013 13f79535-47bb-0310-9956-ffa450edef68
1 parent f80c5bd commit 2ff847e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVPrinter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void flush() throws IOException {
8585
* characters will be escaped.
8686
*
8787
* @param values
88-
* values to be outputted.
88+
* values to output.
8989
*/
9090
public void println(final Object... values) throws IOException {
9191
for (final Object value : values) {

0 commit comments

Comments
 (0)