Skip to content

Commit

Permalink
Fixup checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
danesfeder committed Jan 9, 2018
1 parent 97c44c6 commit bf29a63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* To provide your implementation,
* use {@link com.mapbox.services.android.navigation.v5.navigation.MapboxNavigation#setFasterRouteEngine(FasterRoute)}.
* <p>
* {@link FasterRoute#shouldCheckFasterRoute(Location, RouteProgress)} determines how quickly a new route will be fetched
* by {@link RouteEngine}.
* {@link FasterRoute#shouldCheckFasterRoute(Location, RouteProgress)} determines how quickly a
* new route will be fetched by {@link RouteEngine}.
* <p>
* {@link FasterRoute#isFasterRoute(Response, RouteProgress)} determines if the new route
* retrieved by {@link RouteEngine} is actually faster than the current route.
Expand Down

0 comments on commit bf29a63

Please sign in to comment.