We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16553a2 + 0bdd8d4 commit bc6815fCopy full SHA for bc6815f
modules/swagger-jaxrs/src/test/java/io/swagger/models/Pet.java
@@ -43,7 +43,7 @@ public CategoryWithApiModel getCategoryWithApiModel() {
43
}
44
45
public void setCategoryWithApiModel(CategoryWithApiModel category) {
46
- this.categoryWithApiModel = categoryWithApiModel;
+ this.categoryWithApiModel = category;
47
48
49
@XmlElement(name = "name")
0 commit comments