Fix open source schema.txt

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=128984036
This commit is contained in:
Justine Tunney 2016-08-01 07:37:35 -07:00
parent 7f3f03ee97
commit 2ffc3d539b

View file

@ -720,11 +720,6 @@ enum google.registry.model.registry.Registry$TldType {
REAL;
TEST;
}
class google.registry.model.registry.RegistryCursor {
@Id java.lang.String cursorType;
@Parent com.googlecode.objectify.Key<google.registry.model.registry.Registry> registry;
org.joda.time.DateTime date;
}
class google.registry.model.registry.label.PremiumList {
@Id java.lang.String name;
@Parent com.googlecode.objectify.Key<google.registry.model.common.EntityGroupRoot> parent;