diff --git a/playwright/src/main/java/com/microsoft/playwright/impl/UrlMatcher.java b/playwright/src/main/java/com/microsoft/playwright/impl/UrlMatcher.java index 3e823bea..fe870187 100644 --- a/playwright/src/main/java/com/microsoft/playwright/impl/UrlMatcher.java +++ b/playwright/src/main/java/com/microsoft/playwright/impl/UrlMatcher.java @@ -124,7 +124,7 @@ public int hashCode() { if (glob != null) { return glob.hashCode(); } - return super.hashCode(); + return 0; } @Override