Skip to content

Commit

Permalink
Replace typo in 'finishUp'
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jul 16, 2024
1 parent 1238429 commit cc659fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/opentripplanner/netex/NetexBundle.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private void loadFileEntries() {
});
}
mapper.finishUp();
NetexDocumentParser.finnishUp();
NetexDocumentParser.finishUp();
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static void parseAndPopulateIndex(
new NetexDocumentParser(index, ignoredFeatures).parse(doc);
}

public static void finnishUp() {
public static void finishUp() {
ServiceFrameParser.logSummary();
}

Expand Down

0 comments on commit cc659fa

Please sign in to comment.