mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Returned null in tagged hash report module to keep behavior
This commit is contained in:
parent
9f1ec6bcd1
commit
7c7513dc2d
@ -65,7 +65,7 @@ public class AddTaggedHashesToHashDb implements GeneralReportModule {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRelativeFilePath() {
|
public String getRelativeFilePath() {
|
||||||
return "";
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Messages({
|
@Messages({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user