amadeus4dev / amadeus-java

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

Fix empty exception handler #231

Closed tsolakoua closed 1 year ago

tsolakoua commented 1 year ago

At Params.java

} catch (UnsupportedEncodingException e) {
        // no need to anything
      }