Skip to content

Commit b54664f

Browse files
Kyle Madsenkmadsen
authored andcommitted
Update maneuver modivier type to be public
1 parent eaca27e commit b54664f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

services-directions-models/src/main/java/com/mapbox/api/directions/v5/models/ManeuverModifier.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public final class ManeuverModifier {
7171
/**
7272
* Representation of ManeuverModifier in form of logical types.
7373
*
74-
* @since 5.2.0
74+
* @since 5.2.1
7575
*/
7676
@Retention(RetentionPolicy.SOURCE)
7777
@StringDef({
@@ -84,6 +84,6 @@ public final class ManeuverModifier {
8484
ManeuverModifier.LEFT,
8585
ManeuverModifier.SHARP_LEFT
8686
})
87-
@interface Type {
87+
public @interface Type {
8888
}
8989
}

0 commit comments

Comments
 (0)