forked from loafle/openapi-generator-original
* Sync with upstream/master * Fix for issue #5653 Override the toModelName(String name) [from DefaultCodegen] in StaticHtmlGenerator to return `name` unmodified so that the anchors for models and the href for body parameters match case (do not convert model names to TitleCase. * Revert "Fix for issue #5653" This reverts commit 5472aa10a3101ea5dd417bc509c5d9c5351a3d66. * Fix for issue #5653 Override the toModelName(String name) [from DefaultCodegen] in StaticHtmlGenerator to return `name` unmodified so that the anchors for models and the href for body parameters match case (do not convert model names to TitleCase.