Remove unused exceptions

This commit is contained in:
Gary Gregory 2022-05-22 07:53:02 -04:00
parent 0b868f25f2
commit 52d4dd7c41
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public class JiraCsv264Test {
"\"6\",\"7\",\"\",\"\",\"10\""; "\"6\",\"7\",\"\",\"\",\"10\"";
@Test @Test
public void testJiraCsv264() throws IOException { public void testJiraCsv264() {
final CSVFormat csvFormat = CSVFormat.DEFAULT final CSVFormat csvFormat = CSVFormat.DEFAULT
.builder() .builder()
.setHeader() .setHeader()
@ -74,7 +74,7 @@ public class JiraCsv264Test {
} }
@Test @Test
public void testJiraCsv264WithGapDisallow() throws IOException { public void testJiraCsv264WithGapDisallow() {
final CSVFormat csvFormat = CSVFormat.DEFAULT final CSVFormat csvFormat = CSVFormat.DEFAULT
.builder() .builder()
.setHeader() .setHeader()