mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-10 15:54:18 +00:00
* Fix NullPointerException for info.version on Javascript client codegen * info version null check handled and default version/appVersion value set to 1.0.0 * Removed null check for info version. Fixed DefaultGenerator code to handle null check. * semicolon added missing