Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 11, 2024
1 parent ef8769f commit f128573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private void writeHeader(DatabaseConnection connection) throws IOException {

private void writeFooter(boolean success) throws IOException {
writer.write("#" + (mode == DeleteMode.TERMINATE ? "Terminate" : "Delete"));
writer.write(success ? " successfully finished." : "aborted.");
writer.write(success ? " successfully finished." : " aborted.");
}

public void write(String type, long id, String gmlId) throws IOException {
Expand Down

0 comments on commit f128573

Please sign in to comment.