diuis commented on issue #2: fix for the empty ref attribute of RequestBody annotation URL: https://github.com/apache/geronimo-openapi/pull/2#issuecomment-409866560 Hi @rmannibucau , your abd695bed67d082146148c55b5a295749f113afa commit fixed the RequestBody empty ref bug: ``` if (!requestBody.ref().isEmpty()) { impl.ref(requestBody.ref()); } ``` I will close my PR. Thanx!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
