mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
Bump "Error Prone" to 2.3.2
and gradle-errorprone-plugin to 0.6.
This commit is contained in:
parent
ec7badfda0
commit
b7ea226c56
65 changed files with 173 additions and 149 deletions
|
@ -150,7 +150,9 @@ public final class PublicKeysListElement implements ExtensionElement {
|
|||
return true;
|
||||
}
|
||||
|
||||
return hashCode() == o.hashCode();
|
||||
PubkeyMetadataElement otherPubkeyMetadataElement = (PubkeyMetadataElement) o;
|
||||
return this.getV4Fingerprint().equals(otherPubkeyMetadataElement.getV4Fingerprint()) &&
|
||||
this.getDate().equals(otherPubkeyMetadataElement.getDate());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue