From 178b48ecb78fa705253263463bb48e853dab96f4 Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Thu, 26 Jul 2018 10:04:18 -0600 Subject: [PATCH] comments --- .../commonfilesearch/AbstractCommonAttributeInstance.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/AbstractCommonAttributeInstance.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/AbstractCommonAttributeInstance.java index 246341163e..d6ef8dfb03 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/AbstractCommonAttributeInstance.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/AbstractCommonAttributeInstance.java @@ -78,8 +78,7 @@ public abstract class AbstractCommonAttributeInstance { * CaseDB. * * @return AbstractFile corresponding to this common attribute or null if it - * cannot be found - * @@@ Consider throwing exception instead of NULL + * cannot be found (for example, in the event that this is a central repo file) */ abstract AbstractFile getAbstractFile();