From 609d3ce833e2e8de5deef5017e587ce4599b7aaa Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Fri, 30 Nov 2018 15:21:08 -0500 Subject: [PATCH] 4402 add comment for new arguement to Correlation engine ingestsettings --- .../autopsy/centralrepository/ingestmodule/IngestSettings.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/IngestSettings.java b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/IngestSettings.java index 741de9eedb..5a0580adf4 100755 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/IngestSettings.java +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/ingestmodule/IngestSettings.java @@ -42,6 +42,7 @@ final class IngestSettings implements IngestModuleIngestJobSettings { * Instantiate the ingest job settings. * * @param flagTaggedNotableItems Flag previously tagged notable items. + * @param flagPreviousDevices Flag devices which exist already in the Central Repository */ IngestSettings(boolean flagTaggedNotableItems, boolean flagPreviousDevices) { this.flagTaggedNotableItems = flagTaggedNotableItems;