mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
made a string final
This commit is contained in:
parent
1e255f0979
commit
2f098d2202
@ -53,7 +53,7 @@ class ScalpelCarverIngestModule extends IngestModuleAdapter implements FileInges
|
|||||||
private static final Logger logger = Logger.getLogger(ScalpelCarverIngestModule.class.getName());
|
private static final Logger logger = Logger.getLogger(ScalpelCarverIngestModule.class.getName());
|
||||||
private final String MODULE_OUTPUT_DIR_NAME = "ScalpelCarver";
|
private final String MODULE_OUTPUT_DIR_NAME = "ScalpelCarver";
|
||||||
private String moduleOutputDirPath;
|
private String moduleOutputDirPath;
|
||||||
private String configFileName = "scalpel.conf";
|
private final String configFileName = "scalpel.conf";
|
||||||
private String configFilePath;
|
private String configFilePath;
|
||||||
private boolean initialized = false;
|
private boolean initialized = false;
|
||||||
private ScalpelCarver carver;
|
private ScalpelCarver carver;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user