Skip to content

Commit

Permalink
Quick syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Sardonini committed Mar 19, 2018
1 parent 7569ec7 commit 6b7800d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public String getArrivalStrForZvv() {

public Boolean isLate() {
return departureRealtime != null && departureScheduled != null && departureRealtime.compareTo(departureScheduled) != 0;

}

public String departureInMinutes() {
Expand Down

0 comments on commit 6b7800d

Please sign in to comment.