Skip to content
Snippets Groups Projects
Commit 05bae528 authored by Richard Cordovano's avatar Richard Cordovano
Browse files

Remove mistakenly newly public field from KeywordSearchIngestModule

parent dca6f54a
Branches
Tags
No related merge requests found
......@@ -71,7 +71,7 @@ public final class KeywordSearchIngestModule implements FileIngestModule {
/** generally text extractors should ignore archives and let unpacking
* modules take care of them */
public static final List<String> ARCHIVE_MIME_TYPES
private static final List<String> ARCHIVE_MIME_TYPES
= ImmutableList.of(
//ignore unstructured binary and compressed data, for which string extraction or unzipper works better
"application/x-7z-compressed", //NON-NLS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment