Skip to content

Commit

Permalink
Merge branch 'master' into custom-constraints-update
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel authored Jun 25, 2024
2 parents 38d54d6 + 47ebec6 commit 5b1aa87
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public final class NetworkChangeEventsWriter extends MatsimXmlWriter implements
private static final String XSD_LOCATION = "http://www.matsim.org/files/dtd/networkChangeEvents.xsd";

public void write(String file, Collection<NetworkChangeEvent> events) {
log.info("Writing network change events to file: " + file + "...");
try {
openFile(file);
super.writeXmlHead();
Expand Down Expand Up @@ -119,6 +120,7 @@ public void write(String file, Collection<NetworkChangeEvent> events) {
} catch (IOException e) {
log.fatal("Error during writing network change events!", e);
}
log.info("done.");
}

private void writeEvent(NetworkChangeEvent event) throws IOException {
Expand Down

0 comments on commit 5b1aa87

Please sign in to comment.