File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/main/java/com/amadeus Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ FlightOfferSearch[] flightOffersSearches = amadeus.shopping.flightOffersSearch.p
196196// Retrieve a flight order
197197FlightOrder order = amadeus. booking. flightOrder(" eJzTd9f3NjIJdzUGAAp%2fAiY=" ). get();
198198// Cancel a flight order
199- FlightOrder order = amadeus. booking. flightOrder(" eJzTd9f3NjIJdzUGAAp%2fAiY=" ). delete();
199+ Response order = amadeus. booking. flightOrder(" eJzTd9f3NjIJdzUGAAp%2fAiY=" ). delete();
200200
201201// Flight Offers price
202202FlightPrice [] flightPricing = amadeus. shopping. flightOffersSearch. pricing. post(
Original file line number Diff line number Diff line change 11package com .amadeus ;
22
3- import com .amadeus .Constants ;
43import com .amadeus .exceptions .AuthenticationException ;
54import com .amadeus .exceptions .ClientException ;
65import com .amadeus .exceptions .NotFoundException ;
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public com.amadeus.resources.FlightOrder get() throws ResponseException {
7272 * </p>
7373 *
7474 * <pre>
75- * FlightOrder order = amadeus.booking.flightOrder.(
75+ * Response order = amadeus.booking.flightOrder.(
7676 * "eJzTd9f3NjIJdzUGAAp%2fAiY=").delete();
7777 * </pre>
7878 * @param params the parameters to send to the API
You can’t perform that action at this time.
0 commit comments