From dc6659bbde7ce2897d4164e6686bcd13f35e2f7b Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Fri, 6 Apr 2018 13:22:25 -0600 Subject: [PATCH] comment --- .../autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java index 53aaa1de30..94b7906538 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java @@ -37,6 +37,8 @@ import org.sleuthkit.datamodel.TskCoreException; * * Generates a List when collateFiles() is called, which organizes * AbstractFiles by md5 to prepare to display in viewer. + * + * This entire thing runs on a background thread where exceptions are handled. */ class CommonFilesMetaDataBuilder {