forked from loafle/openapi-generator-original
Merge remote-tracking branch 'origin/master' into 5.2.x
This commit is contained in:
commit
3973d4c831
@ -89,6 +89,8 @@ public class SpecialModelName {
|
||||
}
|
||||
|
||||
|
||||
@JsonProperty(JSON_PROPERTY_SPECIAL_MODEL_NAME)
|
||||
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
|
||||
public void setSpecialModelName(String specialModelName) {
|
||||
this.specialModelName = specialModelName;
|
||||
}
|
||||
|
@ -88,6 +88,8 @@ public class SpecialModelName {
|
||||
}
|
||||
|
||||
|
||||
@JsonProperty(JSON_PROPERTY_SPECIAL_MODEL_NAME)
|
||||
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
|
||||
public void setSpecialModelName(String specialModelName) {
|
||||
this.specialModelName = specialModelName;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user