Fix javadoc on DomainApplicationIndex to reflect recent change

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135516642
This commit is contained in:
nickfelt 2016-10-07 14:19:57 -07:00 committed by Ben McIlwain
parent f9fe25f00a
commit ec64f4799c

View file

@ -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<DomainApplication> loadActiveApplicationsByDomainName(
String fullyQualifiedDomainName, DateTime now) {