amadeus4dev / amadeus-java

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

Params accept array string #257

Closed Sprokof closed 8 months ago

tsolakoua commented 8 months ago

Thanks for your PR @Sprokof!

There are some Checkstyle violations detected:

Error: eckstyle] [ERROR] /home/runner/work/amadeus-java/amadeus-java/src/main/java/com/amadeus/Params.java:52:7: WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) [WhitespaceAround]
Error: eckstyle] [ERROR] /home/runner/work/amadeus-java/amadeus-java/src/main/java/com/amadeus/Params.java:52:30: WhitespaceAround: '{' is not preceded with whitespace. [WhitespaceAround]
> Task :checkstyleMain

> Task :checkstyleMain FAILED
tsolakoua commented 8 months ago

Thank you :) The PR closes #215

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud