Skip to content

Commit

Permalink
Merge pull request Orange-OpenSource#242 from mathieu1fb/quickfix/rem…
Browse files Browse the repository at this point in the history
…ove-easter-egg

java/iot3mobility: remove DENM easter-egg
  • Loading branch information
mathieu1fb authored Dec 4, 2024
2 parents 3b52fd1 + af20794 commit 81380a5
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

public enum HazardType {

UNDEFINED("roadHazard", 0, 0),
TRAFFIC_CONDITION_NO_SUBCAUSE ("trafficJam", 0, 1),
UNDEFINED("roadHazard", 0, 0),

TRAFFIC_CONDITION_NO_SUBCAUSE ("trafficJam", 0, 1),
INCREASED_VOLUME_OF_TRAFFIC ("increasedVolumeOfTraffic", 1, 1),
TRAFFIC_JAM_SLOWLY_INCREASING ("trafficJamSlowlyIncreasing", 2, 1),
TRAFFIC_JAM_INCREASING ("trafficJamIncreasing", 3, 1),
Expand Down Expand Up @@ -76,10 +76,6 @@ public enum HazardType {
HERD_OF_ANIMALS ("herdOfAnimals", 2, 11),
SMALL_ANIMALS ("smallAnimals", 3, 11),
LARGE_ANIMALS ("largeAnimals", 4, 11),
PIKACHU ("wildPikachuOnTheRoad", 5, 11),
CHARMANDER ("wildCharmanderOnTheRoad", 6, 11),
SQUIRTLE ("wildSquirtleOnTheRoad", 7, 11),
BULBASAUR ("wildBulbasaurOnTheRoad", 8, 11),

HUMAN_PRESENCE_ON_THE_ROAD_NO_SUBCAUSE ("humanPresenceOnTheRoad", 0, 12),
CHILDREN_ON_ROADWAY ("childrenOnRoadway", 1, 12),
Expand Down

0 comments on commit 81380a5

Please sign in to comment.