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