mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Suppress unchecked warning in the equals()
This commit is contained in:
parent
d191b7de2a
commit
f575cb00bd
@ -882,6 +882,7 @@ public class IngestManager {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
public boolean equals(Object obj) {
|
||||
if (obj == null) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user