Skip to content

Commit

Permalink
remove references from Amadeus.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Apr 9, 2024
1 parent 60817df commit e23d9a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/amadeus/Amadeus.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ protected Amadeus(Configuration configuration) {
this.ereputation = new EReputation(this);
this.airport = new Airport(this);
this.booking = new Booking(this);
this.safety = new Safety(this);
this.schedule = new Schedule(this);
this.analytics = new Analytics(this);
this.location = new Location(this);
Expand Down

0 comments on commit e23d9a8

Please sign in to comment.