mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Changed ExternalViewerRulesManager to package level access
This commit is contained in:
parent
618eb494d4
commit
448cb0cd98
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user