Changes between Initial Version and Version 1 of Ticket #20182, comment 7
- Timestamp:
- 2020-12-02T15:39:54+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20182, comment 7
initial v1 1 1 I think it was left public so that the parsing code could be reused in plugins that deal with lane connectivity. 2 3 EDIT: And the empty map was to avoid returning `null` so that users didn't have to check the map as null before iterating through the map. I think. If I remember correctly.