Skip to content

Commit 8640ea8

Browse files
committed
[java] Fixes #12442
1 parent 751b81a commit 8640ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/remote/RemoteWebElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public int hashCode() {
265265
if (id != null) {
266266
return id.hashCode();
267267
}
268-
return this.hashCode();
268+
return super.hashCode();
269269
}
270270

271271
/*

0 commit comments

Comments
 (0)