@@ -146,11 +146,11 @@ } public boolean equals(Object obj) { if (obj instanceof ObjectReferenceImpl other) { return (ref() == other.ref()) && - super.equals(obj); + super.equals(obj); } else { return false; } }