This commit is contained in:
Brian Sweeney 2018-07-26 10:04:18 -06:00
parent 29150018f3
commit 178b48ecb7

View File

@ -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();