diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
index c8c0d50416b1dc66bace44fcccbecb3c9647479c..32974f0ad239e8961040c4fd7b5cac98cd1fac9b 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