1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-03 14:30:01 +00:00

4402 add comment for new arguement to Correlation engine ingestsettings

This commit is contained in:
William Schaefer
2018-11-30 15:21:08 -05:00
parent 103702b64e
commit 609d3ce833

View File

@@ -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;