diff --git a/Core/src/org/sleuthkit/autopsy/ingest/IngestManager.java b/Core/src/org/sleuthkit/autopsy/ingest/IngestManager.java index b0cb987710..42f518b5e4 100644 --- a/Core/src/org/sleuthkit/autopsy/ingest/IngestManager.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/IngestManager.java @@ -470,7 +470,8 @@ public class IngestManager { } /** - * Queries whether or not any ingest jobs are in progress. + * Queries whether or not any ingest jobs are in progress, at least at the + * moment of the query. * * @return True or false. */