Remove unused exceptions
This commit is contained in:
parent
0b868f25f2
commit
52d4dd7c41
|
@ -46,7 +46,7 @@ public class JiraCsv264Test {
|
|||
"\"6\",\"7\",\"\",\"\",\"10\"";
|
||||
|
||||
@Test
|
||||
public void testJiraCsv264() throws IOException {
|
||||
public void testJiraCsv264() {
|
||||
final CSVFormat csvFormat = CSVFormat.DEFAULT
|
||||
.builder()
|
||||
.setHeader()
|
||||
|
@ -74,7 +74,7 @@ public class JiraCsv264Test {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testJiraCsv264WithGapDisallow() throws IOException {
|
||||
public void testJiraCsv264WithGapDisallow() {
|
||||
final CSVFormat csvFormat = CSVFormat.DEFAULT
|
||||
.builder()
|
||||
.setHeader()
|
||||
|
|
Loading…
Reference in New Issue