Skip to content

Commit 4aee321

Browse files
committed
The class implements Flushable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398277 13f79535-47bb-0310-9956-ffa450edef68
1 parent e1dc4f8 commit 4aee321

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
@@ -33,7 +33,7 @@
3333
*
3434
* @version $Id: $
3535
*/
36-
public class CSVPrinter {
36+
public class CSVPrinter implements Flushable {
3737

3838
/** The place that the values get written. */
3939
private final Appendable out;

0 commit comments

Comments
 (0)