Changes between Initial Version and Version 1 of Ticket #17177, comment 55


Ignore:
Timestamp:
2021-05-17T20:09:11+02:00 (5 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17177, comment 55

    initial v1  
    11@simon04: Quick question on r17896: In `IWaySegment#getUpperIndex`, did you intend the following:
    2 {{{#java
     2{{{#!java
    33    public int getUpperIndex() {
    44        return lowerIndex;
     
    66}}}
    77or did you intend to write
    8 {{{#java
     8{{{#!java
    99    public int getUpperIndex() {
    1010        return lowerIndex + 1;