We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f6707 commit 0d29f94Copy full SHA for 0d29f94
src/main/java/com/amadeus/referenceData/RecommendedLocations.java
@@ -20,7 +20,7 @@
20
*
21
* <pre>
22
* Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
23
- * amadeus.referenceData.locations.recommendedLocations;</pre>
+ * amadeus.referenceData.recommendedLocations;</pre>
24
*/
25
public class RecommendedLocations {
26
private Amadeus client;
@@ -39,7 +39,7 @@ public RecommendedLocations(Amadeus client) {
39
* </p>
40
41
42
- * amadeus.referenceData.locations.recommendedLocations.get(Params
+ * amadeus.referenceData.recommendedLocations.get(Params
43
* .with("cityCodes", "PAR")
44
* .and("travelerCountryCode", "FR"));</pre>
45
0 commit comments