Skip to content

Commit

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

Expand Down

0 comments on commit 34a0be6

Please sign in to comment.