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:
mcilwain 2018-06-07 05:11:52 -07:00 committed by Ben McIlwain
parent 27fce55654
commit 228e4f6c95

View file

@ -130,7 +130,7 @@ public class LordnTask {
domain.getSmdId(), domain.getSmdId(),
getIanaIdentifier(domain.getCreationClientId()), getIanaIdentifier(domain.getCreationClientId()),
transactionTime), // Used as creation time. 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. */ /** Returns the corresponding CSV LORDN line for a claims domain. */
@ -145,7 +145,7 @@ public class LordnTask {
getIanaIdentifier(domain.getCreationClientId()), getIanaIdentifier(domain.getCreationClientId()),
transactionTime, // Used as creation time. transactionTime, // Used as creation time.
domain.getLaunchNotice().getAcceptedTime()), 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. */ /** Retrieves the IANA identifier for a registrar based on the client id. */