From 7bf19ac6ab1f25c95457d0f0e89c2ea52d37fbcb Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Thu, 21 Oct 2021 12:32:14 -0400 Subject: [PATCH] 7673 Add ingest job IDs to artifact posts --- .../sleuthkit/autopsy/ingest/events/BlackboardPostEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/ingest/events/BlackboardPostEvent.java b/Core/src/org/sleuthkit/autopsy/ingest/events/BlackboardPostEvent.java index cc52797238..c9aba430dd 100644 --- a/Core/src/org/sleuthkit/autopsy/ingest/events/BlackboardPostEvent.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/events/BlackboardPostEvent.java @@ -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. */