Skip to content

Commit 06b1336

Browse files
committed
nit
1 parent 97def24 commit 06b1336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/src/main/java/com/microsoft/playwright/impl/UrlMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public int hashCode() {
124124
if (glob != null) {
125125
return glob.hashCode();
126126
}
127-
return super.hashCode();
127+
return 0;
128128
}
129129

130130
@Override

0 commit comments

Comments
 (0)