7673 Add ingest job IDs to artifact posts

This commit is contained in:
Richard Cordovano 2021-10-21 12:32:14 -04:00
parent 8ba67bd5ca
commit 7bf19ac6ab

View File

@ -35,7 +35,7 @@ import org.sleuthkit.datamodel.BlackboardArtifact;
import org.sleuthkit.datamodel.TskCoreException;
/**
* Event published when an artifact (data artifct or analysis result = "new
* An event published when an artifact (data artifct or analysis result = "new
* data") is posted to the blackboard. The "old" value is a legacy
* ModuleDataEvent object. The "new" value is null.
*/