Skip to content

Commit

Permalink
#470: remove redundant exception
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerdes authored and rtroilo committed Nov 11, 2022
1 parent 86c2c4a commit 3e38ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TestCollect {
private final OSHDBTimestamps timestamps72 = new OSHDBTimestamps("2010-01-01", "2015-12-01",
OSHDBTimestamps.Interval.MONTHLY);

TestCollect() throws Exception {
TestCollect() {
oshdb = new OSHDBH2("../data/test-data");
}

Expand Down

0 comments on commit 3e38ca4

Please sign in to comment.