From 09e6a60c4230b65dfb6fa8876db7e0e8c0ac3904 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Thu, 21 Oct 2021 12:10:47 -0400 Subject: [PATCH] 7673 Add ingest job IDs to artifact posts --- Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java b/Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java index c0e423a818..37e4b549ee 100644 --- a/Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/IngestJob.java @@ -120,7 +120,7 @@ public final class IngestJob { } /** - * Gets the data source to be analyzed for this job. + * Gets the data source to be analyzed by this job. * * @return The data source. */