Skip to content

Commit a037f07

Browse files
committed
update safety rated locations
1 parent 17a0cc1 commit a037f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import com.amadeus.exceptions.ResponseException;
77
import com.amadeus.resources.Resource;
88
import com.amadeus.resources.SafePlace;
9-
import com.amadeus.safety.safetyRatedLocations.BySquare;
9+
import com.amadeus.safety.safetyratedlocations.BySquare;
1010

1111
/**
1212
* <p>

src/main/java/com/amadeus/safety/safetyRatedLocations/BySquare.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.amadeus.safety.safetyRatedLocations;
1+
package com.amadeus.safety.safetyratedlocations;
22

33
import com.amadeus.Amadeus;
44
import com.amadeus.Params;

0 commit comments

Comments
 (0)