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. * CaseDB.
* *
* @return AbstractFile corresponding to this common attribute or null if it * @return AbstractFile corresponding to this common attribute or null if it
* cannot be found * cannot be found (for example, in the event that this is a central repo file)
* @@@ Consider throwing exception instead of NULL
*/ */
abstract AbstractFile getAbstractFile(); abstract AbstractFile getAbstractFile();