We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5698b commit 858031dCopy full SHA for 858031d
1 file changed
src/test/java/org/apache/commons/csv/CSVFormatTest.java
@@ -1198,7 +1198,7 @@ public void testPrintWithEscapesEndWithoutCRLF() throws IOException {
1198
}
1199
1200
@Test
1201
- public void testFormatToString() throws IOException {
+ public void testFormatToString() {
1202
final CSVFormat format = CSVFormat.RFC4180.withEscape('?').withDelimiter(',')
1203
.withQuoteMode(QuoteMode.MINIMAL).withRecordSeparator(CRLF).withQuote('"')
1204
.withNullString("").withIgnoreHeaderCase(true)
0 commit comments