5199 add comment for placeholder value getter

This commit is contained in:
William Schaefer 2019-06-25 17:26:23 -04:00
parent bc7d5e74fa
commit 39fefcf559

View File

@ -128,6 +128,12 @@ public class DataContentViewerOtherCases extends JPanel implements DataContentVi
reset(); reset();
} }
/**
* Get a placeholder string to use in place of case uuid when it isn't
* available
*
* @return UUID_PLACEHOLDER_STRING
*/
static String getPlaceholderUUID() { static String getPlaceholderUUID() {
return UUID_PLACEHOLDER_STRING; return UUID_PLACEHOLDER_STRING;
} }