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; && 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"