forked from loafle/openapi-generator-original
Fix java-spring equals generation (#17837)
This commit is contained in:
@@ -80,7 +80,7 @@ public class BarRef extends EntityRef implements BarRefOrValue {
|
||||
if (o == null || getClass() != o.getClass()) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
return super.equals(o);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user