mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
5199 add comment for placeholder value getter
This commit is contained in:
parent
bc7d5e74fa
commit
39fefcf559
@ -128,6 +128,12 @@ public class DataContentViewerOtherCases extends JPanel implements DataContentVi
|
||||
reset();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a placeholder string to use in place of case uuid when it isn't
|
||||
* available
|
||||
*
|
||||
* @return UUID_PLACEHOLDER_STRING
|
||||
*/
|
||||
static String getPlaceholderUUID() {
|
||||
return UUID_PLACEHOLDER_STRING;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user