Skip to content

Commit

Permalink
Fix copy&paste error
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Abrahamsson <127481124+habrahamsson-skanetrafiken@users.noreply.github.com>
  • Loading branch information
1 parent 6181512 commit 7b1f760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private static NetexFeedParameters.Builder mapFilePatternParameters(
.since(V2_6)
.summary("Ignore Parking elements.")
.docDefaultValue(base.ignoreParking())
.asBoolean(base.ignoreFareFrame())
.asBoolean(base.ignoreParking())
);
}

Expand Down

0 comments on commit 7b1f760

Please sign in to comment.