Skip to content

Commit 0d29f94

Browse files
committed
fix docs
1 parent 21f6707 commit 0d29f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/amadeus/referenceData/RecommendedLocations.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* <pre>
2222
* Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
23-
* amadeus.referenceData.locations.recommendedLocations;</pre>
23+
* amadeus.referenceData.recommendedLocations;</pre>
2424
*/
2525
public class RecommendedLocations {
2626
private Amadeus client;
@@ -39,7 +39,7 @@ public RecommendedLocations(Amadeus client) {
3939
* </p>
4040
*
4141
* <pre>
42-
* amadeus.referenceData.locations.recommendedLocations.get(Params
42+
* amadeus.referenceData.recommendedLocations.get(Params
4343
* .with("cityCodes", "PAR")
4444
* .and("travelerCountryCode", "FR"));</pre>
4545
*

0 commit comments

Comments
 (0)