mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 22:57:08 +00:00
[java][webclient] Fix model combining properties and additional properties (#19711)
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