git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-14 04:07:43 +00:00
parent 639e68e253
commit 68322e0336
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import java.io.Flushable;
import java.io.IOException;
/**
* Prints values as a comma separated list.
* Prints values in a CSV format.
*/
public class CSVPrinter {