Skip to content

Commit fa4df55

Browse files
author
Cameron Mace
committed
fixed checkstyle issue
1 parent 2310f20 commit fa4df55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mapbox/libjava-services/src/main/java/com/mapbox/services/api/directions/v5/MapboxDirections.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@ public String getProfile() {
391391
* <p>
392392
* - Each coordinate is a pair of a longitude double and latitude double, which are separated by a ,
393393
* - Coordinates are separated by a ; from each other
394-
* - A query must have at least 2 coordinates and at most 25 coordinates (at most 3 when the profile is {@link com.mapbox.services.api.directions.v5.DirectionsCriteria#PROFILE_DRIVING_TRAFFIC})
394+
* - A query must have at least 2 coordinates and at most 25 coordinates (at most 3 when the profile is
395+
* {@link com.mapbox.services.api.directions.v5.DirectionsCriteria#PROFILE_DRIVING_TRAFFIC})
395396
*
396397
* @return String containing coordinates formatted.
397398
* @since 1.0.0

0 commit comments

Comments
 (0)