Skip to content

Commit

Permalink
fbandroid/libraries/soloader/java/com/facebook/soloader/ExtractFromZi…
Browse files Browse the repository at this point in the history
…pSoSource.java

Reviewed By: nicholeic

Differential Revision: D60279446

fbshipit-source-id: 3fec47dc7f30bd6e8428fcc11dd4b211cba4b61b
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Jul 29, 2024
1 parent f4b69a5 commit fd35038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/com/facebook/soloader/ExtractFromZipSoSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public int compareTo(ZipDso other) {
}

@Override
public boolean equals(Object other) {
public boolean equals(@Nullable Object other) {
if (this == other) {
return true;
}
Expand Down

0 comments on commit fd35038

Please sign in to comment.