7178 add comment for new getter method

This commit is contained in:
William Schaefer 2021-02-18 15:53:20 -05:00
parent 7941312d92
commit 838669e22c

View File

@ -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"