mirror of
https://github.com/google/nomulus
synced 2026-09-09 09:36:12 +00:00
Fix semantic merge conflict (#781)
Note: the schema change isn't from anything I did, I think, but from an unrelated semantic merge conflict
This commit is contained in:
@@ -255,6 +255,7 @@ class google.registry.model.domain.DomainContent {
|
||||
java.util.Set<google.registry.model.eppcommon.StatusValue> status;
|
||||
java.util.Set<google.registry.persistence.VKey<google.registry.model.host.HostResource>> nsHosts;
|
||||
java.util.Set<java.lang.String> subordinateHosts;
|
||||
org.joda.time.DateTime autorenewEndTime;
|
||||
org.joda.time.DateTime deletionTime;
|
||||
org.joda.time.DateTime lastEppUpdateTime;
|
||||
org.joda.time.DateTime lastTransferTime;
|
||||
@@ -886,4 +887,4 @@ enum google.registry.model.transfer.TransferStatus {
|
||||
PENDING;
|
||||
SERVER_APPROVED;
|
||||
SERVER_CANCELLED;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user