Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
URLEqualsHashCode.md
blob: 1427964c370b0bd2cd2d451d735a807cd199ad30 [
file
] [
log
] [
blame
] [
view
] [
edit
]
Equals
and
HashCode
method of java
.
net
.
URL make blocking network calls
.
Either
use
java
.
net
.
URI
or
if
that isn
't possible, use Collection<URL> or List<URL>.