Skip to content

Commit a580428

Browse files
author
Alvaro Navarro
committed
Fix typos on points of interest documentation
1 parent 874fc43 commit a580428

File tree

1 file changed

+3
-2
lines changed
  • src/main/java/com/amadeus/referenceData/locations/pointsOfInterest

1 file changed

+3
-2
lines changed

src/main/java/com/amadeus/referenceData/locations/pointsOfInterest/BySquare.java

Lines changed: 3 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.pointsOfInterest;</pre>
23+
* amadeus.referenceData.locations.pointsOfInterest.bySquare;</pre>
2424
*/
2525
public class BySquare {
2626
private Amadeus client;
@@ -35,7 +35,8 @@ public BySquare(Amadeus client) {
3535

3636
/**
3737
* <p>
38-
* Returns a list of relevant point of interests near to a given point.
38+
* Returns a list of relevant point of interests within a square defined by
39+
* cardinal points.
3940
* </p>
4041
*
4142
* <pre>

0 commit comments

Comments
 (0)