mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02: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:
parent
f9fe25f00a
commit
ec64f4799c
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ public class DomainApplicationIndex extends BackupGroupRoot {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns an iterable of all DomainApplications for the given fully qualified domain name that
|
* Returns the set of all DomainApplications for the given fully qualified domain name that do
|
||||||
* do not have a deletion time before the supplied DateTime.
|
* not have a deletion time before the supplied DateTime.
|
||||||
*/
|
*/
|
||||||
public static ImmutableSet<DomainApplication> loadActiveApplicationsByDomainName(
|
public static ImmutableSet<DomainApplication> loadActiveApplicationsByDomainName(
|
||||||
String fullyQualifiedDomainName, DateTime now) {
|
String fullyQualifiedDomainName, DateTime now) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue