The class implements Flushable.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-15 13:13:05 +00:00
parent e1dc4f870e
commit 4aee321abb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import java.sql.SQLException;
*
* @version $Id: $
*/
public class CSVPrinter {
public class CSVPrinter implements Flushable {
/** The place that the values get written. */
private final Appendable out;