File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
application/src/main/java/org/opentripplanner/updater/trip/siri Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727public interface CallWrapper {
2828 /**
2929 * Parse and validate all calls from an {@link EstimatedVehicleJourney}. Each call must have a
30- * non-empty stop point ref and exactly one of Order or VisitNumber. All calls must use the same
31- * strategy (all Order or all VisitNumber). The returned list is sorted by sort order.
30+ * non-empty stop point ref and at least one of Order or VisitNumber (Order is preferred when both
31+ * are present). All calls must use the same strategy (all Order or all VisitNumber). The returned
32+ * list is sorted by sort order.
3233 *
3334 * @return a successful sorted list of calls, or a failure with the appropriate error type
3435 */
You can’t perform that action at this time.
0 commit comments