mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user