Skip to content

Commit

Permalink
Update maneuver modivier type to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Madsen authored and kmadsen committed May 13, 2020
1 parent eaca27e commit b54664f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public final class ManeuverModifier {
/**
* Representation of ManeuverModifier in form of logical types.
*
* @since 5.2.0
* @since 5.2.1
*/
@Retention(RetentionPolicy.SOURCE)
@StringDef({
Expand All @@ -84,6 +84,6 @@ public final class ManeuverModifier {
ManeuverModifier.LEFT,
ManeuverModifier.SHARP_LEFT
})
@interface Type {
public @interface Type {
}
}

0 comments on commit b54664f

Please sign in to comment.