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 a037f07 commit 7e434deCopy full SHA for 7e434de
src/main/java/com/amadeus/referenceData/locations/PointsOfInterest.java
@@ -4,7 +4,7 @@
4
import com.amadeus.Params;
5
import com.amadeus.Response;
6
import com.amadeus.exceptions.ResponseException;
7
-import com.amadeus.referencedata.locations.pointsOfInterest.BySquare;
+import com.amadeus.referencedata.locations.pointsofinterest.BySquare;
8
import com.amadeus.resources.PointOfInterest;
9
import com.amadeus.resources.Resource;
10
import com.google.gson.Gson;
src/main/java/com/amadeus/referenceData/locations/pointsOfInterest/BySquare.java
@@ -1,4 +1,4 @@
1
-package com.amadeus.referencedata.locations.pointsOfInterest;
+package com.amadeus.referencedata.locations.pointsofinterest;
2
3
import com.amadeus.Amadeus;
0 commit comments