1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 03:35:42 +00:00

Fix build by adding missing LrpToken.metadata field to schema file

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135392862
This commit is contained in:
ctingue
2016-10-06 12:51:35 -07:00
committed by Ben McIlwain
parent 30adfd28fc
commit 74369b69be

View File

@@ -291,6 +291,7 @@ class google.registry.model.domain.LrpToken {
com.googlecode.objectify.Key<google.registry.model.reporting.HistoryEntry> redemptionHistoryEntry;
google.registry.model.UpdateAutoTimestamp updateTimestamp;
java.lang.String assignee;
java.util.Map<java.lang.String, java.lang.String> metadata;
java.util.Set<java.lang.String> validTlds;
}
class google.registry.model.domain.Period {