Skip to content

Commit

Permalink
Make record private
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jul 3, 2024
1 parent 1301e96 commit 3d138af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,5 @@ private StopTime createStopTime(
return st;
}

protected record StopCall(RegularStop stop, int arrivalTime, int departureTime) {}
private record StopCall(RegularStop stop, int arrivalTime, int departureTime) {}
}

0 comments on commit 3d138af

Please sign in to comment.