From ec64f4799c4cc7e94041fb8f3679a02f59e422c5 Mon Sep 17 00:00:00 2001 From: nickfelt Date: Fri, 7 Oct 2016 14:19:57 -0700 Subject: [PATCH] Fix javadoc on DomainApplicationIndex to reflect recent change ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135516642 --- java/google/registry/model/index/DomainApplicationIndex.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {