mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 01:35:59 +02: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:
parent
266bd43792
commit
0423c7ae22
2 changed files with 10 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue