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…
Reference in New Issue