mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-12 00:21:18 +00:00
* spring: fix multiline tag description @Tag description should merge multiple lines into single line and trim the newline char at the end The fix was done in a similar way to what is done for operation description. * spring: multiline tag description add unit test --------- Co-authored-by: gonzalad <gonzalad@users.noreply.github.com> Co-authored-by: Oleh Kurpiak <oleh.kurpiak@gmail.com>