mirror of
https://github.com/google/nomulus.git
synced 2025-08-11 12:09:39 +02:00
Fix open source schema.txt
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128984036
This commit is contained in:
parent
7f3f03ee97
commit
2ffc3d539b
1 changed files with 0 additions and 5 deletions
|
@ -720,11 +720,6 @@ enum google.registry.model.registry.Registry$TldType {
|
||||||
REAL;
|
REAL;
|
||||||
TEST;
|
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 {
|
class google.registry.model.registry.label.PremiumList {
|
||||||
@Id java.lang.String name;
|
@Id java.lang.String name;
|
||||||
@Parent com.googlecode.objectify.Key<google.registry.model.common.EntityGroupRoot> parent;
|
@Parent com.googlecode.objectify.Key<google.registry.model.common.EntityGroupRoot> parent;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue