mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
7178 add comment for new getter method
This commit is contained in:
parent
7941312d92
commit
838669e22c
@ -148,9 +148,12 @@ public class ResultDomain extends Result {
|
||||
&& countOfKnownAccountTypes > 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the account types in
|
||||
* @return
|
||||
/**
|
||||
* Get the account types which are associated with this domain.
|
||||
*
|
||||
* @return A comma seperated list of account types which are associated with
|
||||
* this domain, or "Unknown" if no account types were associated
|
||||
* with it.
|
||||
*/
|
||||
@NbBundle.Messages({
|
||||
"ResultDomain_noAccountTypes=Unknown"
|
||||
|
Loading…
x
Reference in New Issue
Block a user