Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Leonard Ehrenfried <[email protected]>
  • Loading branch information
t2gran and leonardehrenfried authored Nov 9, 2023
1 parent a2557b4 commit a316ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ public static StopModelBuilder of() {
}

/**
* Create a new builder attached to the existing model. The entities of the existing model is
* NOT copied into the builder, but the builder have access to the model - allowing it to check
* Create a new builder attached to the existing model. The entities of the existing model are
* NOT copied into the builder, but the builder has access to the model - allowing it to check
* for duplicates and injecting information from the model(indexing). The changes in the
* StopModelBuilder can then be merged into the original model - this is for now left to the
* caller.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ void smokeTestOfNetexEpipLoadData() {
// Given
OtpTransitServiceBuilder transitBuilder;
try (NetexBundle netexBundle = ConstantsForTests.createMinimalNetexEpipBundle()) {
// Ensure that the smoke test runs independently
// Run the check to make sure it does not throw an exception
netexBundle.checkInputs();

Expand Down

0 comments on commit a316ba0

Please sign in to comment.