We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code is incorrect:
On line 2249 it should be:
if (style.equals(Header.StyleEnum.SIMPLE.toString())) {
The text was updated successfully, but these errors were encountered:
fix: Fix for swagger-api#2164 - style paramter was not properly set
fa90868
This commit fixes it: fa90868
My fork has multiple commits and I cannot raise a simple pull request.
Sorry, something went wrong.
style
@ludovicianul good catch, thank you for reporting it. Fixed in #2166.
No branches or pull requests
This code is incorrect:
On line 2249 it should be:
The text was updated successfully, but these errors were encountered: