Changed ExternalViewerRulesManager to package level access

This commit is contained in:
Sophie Mori 2016-10-11 16:25:36 -04:00
parent 618eb494d4
commit 448cb0cd98

View File

@ -27,7 +27,7 @@ import org.sleuthkit.autopsy.coreutils.ModuleSettings;
* Manager for user's external viewer rules, used by the options panel and the * Manager for user's external viewer rules, used by the options panel and the
* ExternalViewerAction. Reads from and writes to a preferences file. * ExternalViewerAction. Reads from and writes to a preferences file.
*/ */
public class ExternalViewerRulesManager { class ExternalViewerRulesManager {
private static final String RULES_SETTINGS_NAME = "ExternalViewerRules"; //NON-NLS private static final String RULES_SETTINGS_NAME = "ExternalViewerRules"; //NON-NLS
private static final String RULES_SETTINGS_KEY = "Rules"; //NON-NLS private static final String RULES_SETTINGS_KEY = "Rules"; //NON-NLS