mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 17:00:43 +00:00
add isOverridden, update java pojo with setter for parent prop (#15051)
This commit is contained in:
@@ -203,7 +203,6 @@ public class ByteArrayObject {
|
||||
this.intField = intField;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
if (this == o) {
|
||||
|
||||
Reference in New Issue
Block a user