mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-09 14:49:32 +00:00
Remove mistakenly newly public field from KeywordSearchIngestModule
This commit is contained in:
parent
dca6f54a72
commit
05bae528a5
@ -71,7 +71,7 @@ public final class KeywordSearchIngestModule implements FileIngestModule {
|
|||||||
|
|
||||||
/** generally text extractors should ignore archives and let unpacking
|
/** generally text extractors should ignore archives and let unpacking
|
||||||
* modules take care of them */
|
* modules take care of them */
|
||||||
public static final List<String> ARCHIVE_MIME_TYPES
|
private static final List<String> ARCHIVE_MIME_TYPES
|
||||||
= ImmutableList.of(
|
= ImmutableList.of(
|
||||||
//ignore unstructured binary and compressed data, for which string extraction or unzipper works better
|
//ignore unstructured binary and compressed data, for which string extraction or unzipper works better
|
||||||
"application/x-7z-compressed", //NON-NLS
|
"application/x-7z-compressed", //NON-NLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user