This commit is contained in:
Brian Sweeney 2018-04-06 13:22:25 -06:00
parent fa1e11ee6c
commit dc6659bbde

View File

@ -37,6 +37,8 @@ import org.sleuthkit.datamodel.TskCoreException;
*
* Generates a List<CommonFilesMetaData> 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 {