mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 10:46:10 +02:00
Update LORDN comments to account for start-date sunrise
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199619121
This commit is contained in:
parent
27fce55654
commit
228e4f6c95
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ public class LordnTask {
|
|||
domain.getSmdId(),
|
||||
getIanaIdentifier(domain.getCreationClientId()),
|
||||
transactionTime), // Used as creation time.
|
||||
domain.getApplicationTime()); // This may be null for sunrise QLP domains.
|
||||
domain.getApplicationTime()); // This may be null for start-date sunrise or QLP domains.
|
||||
}
|
||||
|
||||
/** Returns the corresponding CSV LORDN line for a claims domain. */
|
||||
|
@ -145,7 +145,7 @@ public class LordnTask {
|
|||
getIanaIdentifier(domain.getCreationClientId()),
|
||||
transactionTime, // Used as creation time.
|
||||
domain.getLaunchNotice().getAcceptedTime()),
|
||||
domain.getApplicationTime()); // This may be null if this wasn't from landrush.
|
||||
domain.getApplicationTime()); // This is usually null except for landrush domains.
|
||||
}
|
||||
|
||||
/** Retrieves the IANA identifier for a registrar based on the client id. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue