Skip to content

Commit

Permalink
Consistent with naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny-Hui committed Nov 3, 2024
1 parent 2554bc9 commit 95c6760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public long departureIndex() {
return arrivalResponse.getDepartureIndex();
}

public boolean isTerminating() {
public boolean terminating() {
return arrivalResponse.getIsTerminating();
}

Expand Down

0 comments on commit 95c6760

Please # to comment.