Skip to content

Commit 6bee190

Browse files
committed
remove fully qualified name
1 parent fa4bd82 commit 6bee190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amadeus/safety/SafetyRatedLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public SafePlace get(Params params) throws ResponseException {
5151
String path = String.format("/v1/safety/safety-rated-locations/%s", safetyRatedLocationId);
5252
Response response = client.get(path, params);
5353
return (SafePlace) Resource.fromObject(
54-
response, com.amadeus.resources.SafePlace.class);
54+
response, SafePlace.class);
5555
}
5656

5757
/**

0 commit comments

Comments
 (0)