diff --git a/javatests/google/registry/model/schema.txt b/javatests/google/registry/model/schema.txt index aaf323318..249634e6b 100644 --- a/javatests/google/registry/model/schema.txt +++ b/javatests/google/registry/model/schema.txt @@ -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> revisions; - com.googlecode.objectify.Key deletePollMessage; com.googlecode.objectify.Key autorenewBillingEvent; com.googlecode.objectify.Key application; com.googlecode.objectify.Key autorenewPollMessage; + com.googlecode.objectify.Key deletePollMessage; google.registry.model.CreateAutoTimestamp creationTime; google.registry.model.UpdateAutoTimestamp updateTimestamp; google.registry.model.domain.DomainAuthInfo authInfo;