Skip to content

Commit

Permalink
Add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 4, 2023
1 parent fe9f32e commit 1126535
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,20 +278,23 @@ public void setToStopSequence(Integer toStopSequence) {
this.toStopSequence = toStopSequence;
}

@Override
public StopLocation getStop() {
if (proxy != null) {
return proxy.getStop();
}
return stop;
}

@Override
public StopLocation getLocation() {
if (proxy != null) {
return proxy.getLocation();
}
return location;
}

@Override
public StopLocation getLocationGroup() {
if (proxy != null) {
return proxy.getLocationGroup();
Expand Down

0 comments on commit 1126535

Please sign in to comment.