mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Make IngestibleFileFilter.isIngestible public
This commit is contained in:
parent
57594e2bdb
commit
e7bcd3987b
@ -42,7 +42,7 @@ public class IngestibleFileFilter {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
static boolean isIngestible(AbstractFile candidateFile, boolean excludeUnallocSpaceFiles) {
|
||||
public static boolean isIngestible(AbstractFile candidateFile, boolean excludeUnallocSpaceFiles) {
|
||||
/*
|
||||
* Filter out synthesized unallocated space files.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user