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 fa4bd82 commit 6bee190Copy full SHA for 6bee190
src/main/java/com/amadeus/safety/SafetyRatedLocation.java
@@ -51,7 +51,7 @@ public SafePlace get(Params params) throws ResponseException {
51
String path = String.format("/v1/safety/safety-rated-locations/%s", safetyRatedLocationId);
52
Response response = client.get(path, params);
53
return (SafePlace) Resource.fromObject(
54
- response, com.amadeus.resources.SafePlace.class);
+ response, SafePlace.class);
55
}
56
57
/**
0 commit comments