Skip to content

Commit

Permalink
todo: Add todos in raptor TripSchedule
Browse files Browse the repository at this point in the history
The Raptor package is self-contained and not even the test should reference
outside OTP packages.
  • Loading branch information
t2gran committed Jul 28, 2023
1 parent 690a4ea commit de2263d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* <p>
* The {@link DefaultTripPattern} for this schedule return {@code stopIndex == stopPosInPattern + 1 }
*/
// TODO : This class should implement RaptorTripSchedule not raptoradapter TripSchedule
public class TestTripSchedule implements TripSchedule {

private static final int DEFAULT_DEPARTURE_DELAY = 10;
Expand Down

0 comments on commit de2263d

Please sign in to comment.