File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ FlightOffer[] flightOffers = amadeus.shopping.flightOffers.get(Params
224224 .and(" destination" , " MAD" )
225225 .and(" departureDate" , " 2020-04-01" ));
226226
227- // Flight Offer Search v2 GET
227+ // Flight Offers Search v2 GET
228228FlightOfferSearch [] flightOffersSearches = amadeus. shopping. flightOffersSearch. get(
229229 Params . with(" originLocationCode" , " SYD" )
230230 .and(" destinationLocationCode" , " BKK" )
@@ -233,7 +233,7 @@ FlightOfferSearch[] flightOffersSearches = amadeus.shopping.flightOffersSearch.g
233233 .and(" adults" , 2 )
234234 .and(" max" , 3 ));
235235
236- // Flight Offer Search v2 POST
236+ // Flight Offers Search v2 POST
237237// body can be a String version of your JSON or a JsonObject
238238FlightOfferSearch [] flightOffersSearches = amadeus. shopping. flightOffersSearch. post(body);
239239
You can’t perform that action at this time.
0 commit comments