Skip to content

Commit 68322e0

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398003 13f79535-47bb-0310-9956-ffa450edef68
1 parent 639e68e commit 68322e0

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
@@ -27,7 +27,7 @@
2727
import java.io.IOException;
2828

2929
/**
30-
* Prints values as a comma separated list.
30+
* Prints values in a CSV format.
3131
*/
3232
public class CSVPrinter {
3333

0 commit comments

Comments
 (0)