Skip to content

Commit

Permalink
fix intent
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Jan 17, 2023
1 parent 300d4e0 commit 022fe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/amadeus/resources/TripDetail.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class TripDetail extends Resource {
private @Getter Trip trip;

protected TripDetail() {}
protected TripDetail() {}

@ToString
public class Trip {
Expand Down

0 comments on commit 022fe20

Please sign in to comment.