forked from loafle/openapi-generator-original
Fix @Generated annotation import for Java Native client. (#14376)
* Fix @Generated annotation import. Apply fix to generatedAnnotation.mustache Add changes to generated clients. * Add changed files.
This commit is contained in:
@@ -49,6 +49,9 @@ paths:
|
||||
x-accepts: application/json
|
||||
put:
|
||||
description: ""
|
||||
externalDocs:
|
||||
description: API documentation for the updatePet operation
|
||||
url: http://petstore.swagger.io/v2/doc/updatePet
|
||||
operationId: updatePet
|
||||
requestBody:
|
||||
$ref: '#/components/requestBodies/Pet'
|
||||
|
||||
Reference in New Issue
Block a user