Skip to content

Commit c72800c

Browse files
committed
#470: remove redundant exception
1 parent 023e00f commit c72800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshdb-api/src/test/java/org/heigit/ohsome/oshdb/api/tests/TestCollect.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TestCollect {
2929
private final OSHDBTimestamps timestamps72 = new OSHDBTimestamps("2010-01-01", "2015-12-01",
3030
OSHDBTimestamps.Interval.MONTHLY);
3131

32-
TestCollect() throws Exception {
32+
TestCollect() {
3333
oshdb = new OSHDBH2("../data/test-data");
3434
}
3535

0 commit comments

Comments
 (0)