mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 03:24: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;
|
&& countOfKnownAccountTypes > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the account types in
|
* Get the account types which are associated with this domain.
|
||||||
* @return
|
*
|
||||||
|
* @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({
|
@NbBundle.Messages({
|
||||||
"ResultDomain_noAccountTypes=Unknown"
|
"ResultDomain_noAccountTypes=Unknown"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user