From 838669e22cf119e747f11e577ddb0f87ddb5c5fc Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Thu, 18 Feb 2021 15:53:20 -0500 Subject: [PATCH] 7178 add comment for new getter method --- .../sleuthkit/autopsy/discovery/search/ResultDomain.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/discovery/search/ResultDomain.java b/Core/src/org/sleuthkit/autopsy/discovery/search/ResultDomain.java index 19fec1b865..47fa441678 100644 --- a/Core/src/org/sleuthkit/autopsy/discovery/search/ResultDomain.java +++ b/Core/src/org/sleuthkit/autopsy/discovery/search/ResultDomain.java @@ -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"