Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaz committed Apr 6, 2020
1 parent 8c5e13d commit c38d504
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ public Response doGet(
if (!hintsMap.getBool(Parameters.CH.DISABLE, true))
throw new IllegalArgumentException("Currently you cannot use speed mode for /spt, Do not use `ch.disable=false`");
if (!hintsMap.getBool(Parameters.Landmark.DISABLE, true))
throw new IllegalArgumentException("Currently you cannot use hybrid mode for /spt, Do not use `ch.disable=false`");
throw new IllegalArgumentException("Currently you cannot use hybrid mode for /spt, Do not use `lm.disable=false`");
if (hintsMap.getBool(Parameters.Routing.EDGE_BASED, false))
throw new IllegalArgumentException("Currently you cannot use edge-based for /spt. Do not use `edge_based=true`");
if (hintsMap.getBool(Parameters.Routing.TURN_COSTS, false))
Expand Down

0 comments on commit c38d504

Please sign in to comment.