mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 16:36:09 +00:00
[Spring] fix deprecated generation (#12832)
This commit is contained in:
@@ -168,6 +168,7 @@ public interface PetApi {
|
||||
* or Invalid tag value (status code 400)
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
@ApiOperation(
|
||||
tags = { "pet" },
|
||||
value = "Finds Pets by tags",
|
||||
|
||||
Reference in New Issue
Block a user