mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 13:37:51 +02:00
Fix alphabetical ordering in FOSS schema
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132460165
This commit is contained in:
parent
2b42118aaf
commit
c41c4dbbdc
1 changed files with 1 additions and 1 deletions
|
@ -251,10 +251,10 @@ class google.registry.model.domain.DomainBase {
|
|||
class google.registry.model.domain.DomainResource {
|
||||
@Id java.lang.String repoId;
|
||||
com.google.common.collect.ImmutableSortedMap<org.joda.time.DateTime, com.googlecode.objectify.Key<google.registry.model.ofy.CommitLogManifest>> revisions;
|
||||
com.googlecode.objectify.Key<google.registry.model.poll.PollMessage$OneTime> deletePollMessage;
|
||||
com.googlecode.objectify.Key<google.registry.model.billing.BillingEvent$Recurring> autorenewBillingEvent;
|
||||
com.googlecode.objectify.Key<google.registry.model.domain.DomainApplication> application;
|
||||
com.googlecode.objectify.Key<google.registry.model.poll.PollMessage$Autorenew> autorenewPollMessage;
|
||||
com.googlecode.objectify.Key<google.registry.model.poll.PollMessage$OneTime> deletePollMessage;
|
||||
google.registry.model.CreateAutoTimestamp creationTime;
|
||||
google.registry.model.UpdateAutoTimestamp updateTimestamp;
|
||||
google.registry.model.domain.DomainAuthInfo authInfo;
|
||||
|
|
Loading…
Add table
Reference in a new issue