amadeus4dev / amadeus-java

Java library for the Amadeus Self-Service travel APIs
https://developers.amadeus.com/
MIT License
87 stars 69 forks source link

Unnecessary use of fully qualified name with an import #229

Closed tsolakoua closed 1 year ago

tsolakoua commented 1 year ago

There is an unnecessary use of fully qualified name ‘com.amadeus.resources.SafePlace’ due to existing import ‘com.amadeus.resources.SafePlace’. The use of a fully qualified name which is covered by an import statement is redundant