Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Jul 27, 2020
1 parent 21f6707 commit 0d29f94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* <pre>
* Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
* amadeus.referenceData.locations.recommendedLocations;</pre>
* amadeus.referenceData.recommendedLocations;</pre>
*/
public class RecommendedLocations {
private Amadeus client;
Expand All @@ -39,7 +39,7 @@ public RecommendedLocations(Amadeus client) {
* </p>
*
* <pre>
* amadeus.referenceData.locations.recommendedLocations.get(Params
* amadeus.referenceData.recommendedLocations.get(Params
* .with("cityCodes", "PAR")
* .and("travelerCountryCode", "FR"));</pre>
*
Expand Down

0 comments on commit 0d29f94

Please sign in to comment.