mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Minor
This commit is contained in:
parent
efbf423f9a
commit
77c99666ea
@ -75,9 +75,9 @@ public class CommandLineIngestManager extends CommandLineManager {
|
|||||||
private Case caseForJob = null;
|
private Case caseForJob = null;
|
||||||
private AutoIngestDataSource dataSource = null;
|
private AutoIngestDataSource dataSource = null;
|
||||||
|
|
||||||
private static final int CL_SUCCESS = 0;
|
static final int CL_SUCCESS = 0;
|
||||||
private static final int CL_RUN_FAILURE = -1;
|
static final int CL_RUN_FAILURE = -1;
|
||||||
private static final int CL_PROCESS_FAILURE = -2;
|
static final int CL_PROCESS_FAILURE = -2;
|
||||||
|
|
||||||
public CommandLineIngestManager() {
|
public CommandLineIngestManager() {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user