Skip to content

Commit

Permalink
Remove original DEFAULT_ACCEPTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
luchengqi7 committed Mar 18, 2024
1 parent 34a0be6 commit 61ff752
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
* @author Michal Maciejewski (michalm)
*/
public interface DrtOfferAcceptor {
@Deprecated
DrtOfferAcceptor DEFAULT_ACCEPTOR = (request, departureTime, arrivalTime) -> Optional.of(
AcceptedDrtRequest.createFromOriginalRequest(request));

/**
* @param request drt request
* @param departureTime offered departure time for the new request
Expand Down

0 comments on commit 61ff752

Please sign in to comment.