mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-31 22:10:51 +00:00
In the convenience class defined for generating a Map of query parameters, the parameter name was mistakenly being set to the Java variable name, not the actual parameter name. These are often the same, but can be different in the case of multi-word parameters, such as in the sample API's `enum_query_string` vs `enumQueryString`.