mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-12 03:40:59 +00:00
* Replace magic string "UTF-8" with StandardCharsets.UTF_8 This avoids an UnsupportedEncodingException by design. * Remove unused UnsupportedCharsetException import