[java][restclient] Fix model combining properties and additional properties (#20947)

This commit is contained in:
João Brilhante
2025-04-23 09:57:57 +02:00
committed by GitHub
parent abce11152e
commit d2e20253e4
150 changed files with 1269 additions and 36 deletions

View File

@@ -204,6 +204,7 @@ public class ByteArrayObject {
this.intField = intField;
}
@Override
public boolean equals(Object o) {
if (this == o) {