You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: application/src/main/java/org/opentripplanner/routing/algorithm/raptoradapter/transit/TripPatternForDate.java
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,6 @@ public int hashCode() {
168
168
169
169
/**
170
170
* The natural key of a TripPatternForDate is the pair (routing trip pattern id, service date).
171
-
* TODO: align equals and hashcode to use only the pair (routing trip pattern id, service date)
172
171
*/
173
172
@Override
174
173
publicbooleanequals(Objecto) {
@@ -180,12 +179,7 @@ public boolean equals(Object o) {
0 commit comments