Skip to content

Commit 52d4dd7

Browse files
committed
Remove unused exceptions
1 parent 0b868f2 commit 52d4dd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/csv/issues/JiraCsv264Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class JiraCsv264Test {
4646
"\"6\",\"7\",\"\",\"\",\"10\"";
4747

4848
@Test
49-
public void testJiraCsv264() throws IOException {
49+
public void testJiraCsv264() {
5050
final CSVFormat csvFormat = CSVFormat.DEFAULT
5151
.builder()
5252
.setHeader()
@@ -74,7 +74,7 @@ public void testJiraCsv264WithGapAllowEmpty() throws IOException {
7474
}
7575

7676
@Test
77-
public void testJiraCsv264WithGapDisallow() throws IOException {
77+
public void testJiraCsv264WithGapDisallow() {
7878
final CSVFormat csvFormat = CSVFormat.DEFAULT
7979
.builder()
8080
.setHeader()

0 commit comments

Comments
 (0)