mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 05:42:43 +00:00
[Spring] fix deprecated generation (#12832)
This commit is contained in:
@@ -131,6 +131,7 @@ public interface PetApi {
|
||||
* or Invalid tag value (status code 400)
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
@RequestMapping(
|
||||
method = RequestMethod.GET,
|
||||
value = "/pet/findByTags",
|
||||
|
||||
Reference in New Issue
Block a user