forked from loafle/openapi-generator-original
[java][restclient] Fix model combining properties and additional properties (#20947)
This commit is contained in:
@@ -204,6 +204,7 @@ public class ByteArrayObject {
|
||||
this.intField = intField;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
if (this == o) {
|
||||
|
||||
Reference in New Issue
Block a user