mirror of
https://github.com/google/nomulus
synced 2026-05-31 03:56:33 +00:00
Change all uses of legacy sharedFields to use EppResource fields
This is the penultimate step of migrating away from sharedFields. The next step is to remove them entirely. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116364048
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
|
||||
package com.google.domain.registry.model;
|
||||
|
||||
import com.google.domain.registry.model.EppResource.SharedFields;
|
||||
|
||||
import javax.xml.bind.annotation.XmlTransient;
|
||||
|
||||
/**
|
||||
@@ -30,9 +28,8 @@ public abstract class BackupGroupRoot extends ImmutableObject {
|
||||
/**
|
||||
* An automatically managed timestamp of when this object was last written to datastore.
|
||||
*
|
||||
* <p>Note that this is distinct from the EPP-specified {@link SharedFields#lastUpdateTime} on
|
||||
* {@link EppResource} objects, in that it is updated on every save, rather than just in response
|
||||
* to an {@code <update>} command.
|
||||
* <p>Note that this is distinct from the EPP-specified {@link EppResource#lastEppUpdateTime}, in
|
||||
* that this is updated on every save, rather than only in response to an {@code <update>} command
|
||||
*/
|
||||
@XmlTransient
|
||||
UpdateAutoTimestamp updateTimestamp = UpdateAutoTimestamp.create(null);
|
||||
|
||||
Reference in New Issue
Block a user