Remove unused exceptions
This commit is contained in:
parent
0b868f25f2
commit
52d4dd7c41
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue