add isOverridden, update java pojo with setter for parent prop (#15051)

This commit is contained in:
William Cheng
2023-03-29 10:57:49 +08:00
committed by GitHub
parent 36332331e4
commit 9fa032b365
850 changed files with 645 additions and 796 deletions

View File

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