mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-13 13:35:51 +00:00
Clean up exception.
This commit is contained in:
parent
bc5698b95d
commit
858031d1a3
@ -1198,7 +1198,7 @@ public class CSVFormatTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testFormatToString() throws IOException {
|
||||
public void testFormatToString() {
|
||||
final CSVFormat format = CSVFormat.RFC4180.withEscape('?').withDelimiter(',')
|
||||
.withQuoteMode(QuoteMode.MINIMAL).withRecordSeparator(CRLF).withQuote('"')
|
||||
.withNullString("").withIgnoreHeaderCase(true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user