Skip to content

Commit 858031d

Browse files
committed
Clean up exception.
1 parent bc5698b commit 858031d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVFormatTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ public void testPrintWithEscapesEndWithoutCRLF() throws IOException {
11981198
}
11991199

12001200
@Test
1201-
public void testFormatToString() throws IOException {
1201+
public void testFormatToString() {
12021202
final CSVFormat format = CSVFormat.RFC4180.withEscape('?').withDelimiter(',')
12031203
.withQuoteMode(QuoteMode.MINIMAL).withRecordSeparator(CRLF).withQuote('"')
12041204
.withNullString("").withIgnoreHeaderCase(true)

0 commit comments

Comments
 (0)