From 05bae528a5c4b8c57a8b8c16be77ec1b409d6f3c Mon Sep 17 00:00:00 2001
From: Richard Cordovano <rcordovano@basistech.com>
Date: Tue, 18 Dec 2018 12:01:01 -0500
Subject: [PATCH] Remove mistakenly newly public field from
 KeywordSearchIngestModule

---
 .../autopsy/keywordsearch/KeywordSearchIngestModule.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
index c8c0d50416..32974f0ad2 100644
--- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
+++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
@@ -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
-- 
GitLab