We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c20341 commit 3c0a73bCopy full SHA for 3c0a73b
1 file changed
src/test/java/org/apache/commons/csv/CSVPrinterTest.java
@@ -1347,7 +1347,7 @@ public void testCloseBackwardCompatibility() throws IOException {
1347
1348
@Test
1349
public void testCloseWithCsvFormatAutoFlushOn() throws IOException {
1350
- System.out.println("start method");
+ // System.out.println("start method");
1351
Writer writer = mock(Writer.class);
1352
CSVFormat csvFormat = CSVFormat.DEFAULT.withAutoFlush(true);
1353
try (CSVPrinter csvPrinter = new CSVPrinter(writer, csvFormat)) {
0 commit comments