We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eb5f33 + 14e5ff8 commit 954205bCopy full SHA for 954205b
src/main/java/com/fasterxml/jackson/module/jsonSchema/JsonSchema.java
@@ -518,7 +518,7 @@ public boolean equals(Object obj)
518
519
protected boolean _equals(JsonSchema that)
520
{
521
- return equals(getId(), getId())
+ return equals(getId(), that.getId())
522
// 27-Apr-2015, tatu: Should not need to check type explicitly
523
// && equals(getType(), getType())
524
&& equals(getRequired(), that.getRequired())
0 commit comments