Skip to content

Commit

Permalink
Revert "Add a new route to espoo fast routes"
Browse files Browse the repository at this point in the history
This reverts commit 1d4f5ba.
  • Loading branch information
vesameskanen committed Feb 20, 2023
1 parent 4356e24 commit 619222d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ public class HSLRoutePreferencesSource implements RoutePreferencesSource {
private static final String U_ROUTE_REGEX = "^HSL:7.*$";
// Routes between HSL:2143 - HSL:2165
// that include character 'A' within 2 characters after the 4 digits
// and also route HSL:2321
private static final String ESPOO_FAST_ROUTES_REGEX
= "^HSL:(21(4[3-9]|5[0-9]|6[0-5])(A|[B-Z]A).*|2321)$";
= "^HSL:21(4[3-9]|5[0-9]|6[0-5])(A|[B-Z]A).*$";

private static final Logger LOG = LoggerFactory.getLogger(HSLRoutePreferencesSource.class);

Expand Down

0 comments on commit 619222d

Please sign in to comment.