forked from loafle/openapi-generator-original
[Spring] remove deprecated annotation from no-args constructor (#15512)
This commit is contained in:
@@ -79,11 +79,6 @@ public class Pet {
|
||||
|
||||
private StatusEnum status;
|
||||
|
||||
/**
|
||||
* Default constructor
|
||||
* @deprecated Use {@link Pet#Pet(String, List<String>)}
|
||||
*/
|
||||
@Deprecated
|
||||
public Pet() {
|
||||
super();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user