diff --git a/java/google/registry/model/index/DomainApplicationIndex.java b/java/google/registry/model/index/DomainApplicationIndex.java index 1ead337c1..c683d0def 100644 --- a/java/google/registry/model/index/DomainApplicationIndex.java +++ b/java/google/registry/model/index/DomainApplicationIndex.java @@ -82,8 +82,8 @@ public class DomainApplicationIndex extends BackupGroupRoot { } /** - * Returns an iterable of all DomainApplications for the given fully qualified domain name that - * do not have a deletion time before the supplied DateTime. + * Returns the set of all DomainApplications for the given fully qualified domain name that do + * not have a deletion time before the supplied DateTime. */ public static ImmutableSet loadActiveApplicationsByDomainName( String fullyQualifiedDomainName, DateTime now) {