mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-04-27 02:54:24 +00:00
5adf1ff522
* Replace magic string "UTF-8" with StandardCharsets.UTF_8 This avoids an UnsupportedEncodingException by design. * Remove unused UnsupportedCharsetException import