Skip to content

Commit e23d9a8

Browse files
committed
remove references from Amadeus.java
1 parent 60817df commit e23d9a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/amadeus/Amadeus.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ protected Amadeus(Configuration configuration) {
111111
this.ereputation = new EReputation(this);
112112
this.airport = new Airport(this);
113113
this.booking = new Booking(this);
114-
this.safety = new Safety(this);
115114
this.schedule = new Schedule(this);
116115
this.analytics = new Analytics(this);
117116
this.location = new Location(this);

0 commit comments

Comments
 (0)