Skip to content

Commit 44e9eee

Browse files
committed
update low-fare example date
1 parent 99ff6c7 commit 44e9eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amadeus/shopping/FlightOffers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public FlightOffers(Amadeus client) {
4545
* amadeus.shopping.flightOffers.get(Params
4646
* .with("origin", "LHR")
4747
* .and("destination", "LAX")
48-
* .and("departureDate", "2017-12-24"));</pre>
48+
* .and("departureDate", "2020-08-01"));</pre>
4949
*
5050
* @param params the parameters to send to the API
5151
* @return an API response object

0 commit comments

Comments
 (0)