We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d084abb commit 32c482cCopy full SHA for 32c482c
1 file changed
storm-core/src/main/java/st/orm/core/spi/AbstractRef.java
@@ -38,7 +38,7 @@ public boolean equals(Object obj) {
38
if (this == obj) {
39
return true;
40
}
41
- if (obj instanceof AbstractRef<?> l) {
+ if (obj instanceof Ref<?> l) {
42
return Objects.equals(type(), l.type())
43
&& Objects.equals(id(), l.id());
44
0 commit comments