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 60817df commit e23d9a8Copy full SHA for e23d9a8
src/main/java/com/amadeus/Amadeus.java
@@ -111,7 +111,6 @@ protected Amadeus(Configuration configuration) {
111
this.ereputation = new EReputation(this);
112
this.airport = new Airport(this);
113
this.booking = new Booking(this);
114
- this.safety = new Safety(this);
115
this.schedule = new Schedule(this);
116
this.analytics = new Analytics(this);
117
this.location = new Location(this);
0 commit comments