Skip to content

Commit d79561a

Browse files
RingerJKgithub-actions[bot]
authored andcommitted
IncidentInfo: fix type filed annotation (#9679)
GitOrigin-RevId: 679f2310ea3fdf82d35170cd46a87345ecaad79a
1 parent ad9cad3 commit d79561a

File tree

1 file changed

+1
-1
lines changed
  • base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/incident

1 file changed

+1
-1
lines changed

base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/incident/IncidentInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import java.util.Date
4242
*/
4343
class IncidentInfo internal constructor(
4444
val id: String,
45-
@Incident.IncidentType val type: Int,
45+
@IncidentType.Type val type: Int,
4646
@IncidentImpact.Impact val impact: String,
4747
val congestion: IncidentCongestion?,
4848
val isClosed: Boolean,

0 commit comments

Comments
 (0)