Skip to content

Commit

Permalink
remove old uncheckedioexception
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Oct 16, 2023
1 parent 8c27c88 commit e350f71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions matsim/src/main/java/org/matsim/counts/CountsWriterV2.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import org.matsim.core.utils.collections.Tuple;
import org.matsim.core.utils.geometry.CoordinateTransformation;
import org.matsim.core.utils.io.MatsimXmlWriter;
import org.matsim.core.utils.io.UncheckedIOException;
import org.matsim.utils.objectattributes.attributable.AttributesXmlWriterDelegate;

import java.io.IOException;
Expand Down Expand Up @@ -63,7 +62,7 @@ public void write(Path filename) throws IOException {
write(filename.toString());
}

private void writeRootElement() throws UncheckedIOException {
private void writeRootElement() {

List<Tuple<String, String>> atts = new ArrayList<>();

Expand Down

0 comments on commit e350f71

Please sign in to comment.