mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Fix open source schema.txt
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128984036
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user