Searched refs:otherAuth (Results 1 – 1 of 1) sorted by relevance
83 Authority otherAuth = (Authority) other; in equals() local84 if (!this.hostPort.equals(otherAuth.hostPort)) { in equals()87 if (this.userInfo != null && otherAuth.userInfo != null) { in equals()88 if (!this.userInfo.equals(otherAuth.userInfo)) { in equals()