From c41c4dbbdccbe8da61fc3397f7354e63a29dd239 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Wed, 7 Sep 2016 11:33:37 -0700 Subject: [PATCH] Fix alphabetical ordering in FOSS schema ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132460165 --- javatests/google/registry/model/schema.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;