Skip to content

Commit

Permalink
refactor: Deprecate Raptor PassThroughPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
t2gran committed Sep 22, 2024
1 parent ea165b9 commit bc7c243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@

/**
* A collection of stop indexes used to define a pass through-point.
*
* @deprecated This will be replaced by ViaLocation
*/
@Deprecated
public class PassThroughPoint {

private final String name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import org.junit.jupiter.api.Test;

class ViaLocationTest {
class PassThroughPointTest {

private static final int[] STOPS = { 2, 7, 13 };

Expand Down

0 comments on commit bc7c243

Please sign in to comment.