Changes between Initial Version and Version 1 of Ticket #18138, comment 20


Ignore:
Timestamp:
2019-12-05T08:40:46+01:00 (4 years ago)
Author:
GerdP

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18138, comment 20

    initial v1  
    11I think I'd prefer to have
    22{{{
    3 #java
     3#!java
    44protected static final int UNKNOWN_CONNECTIVITY_ROLE = 3901;
    55}}}
    66instead of
    77{{{
    8 #java
     8#!java
    99protected static final int UNKNOWN_CONNECTIVITY_ROLE = INCONSISTENT_LANE_COUNT + 1;
    1010}}}