mirror of
https://github.com/google/nomulus
synced 2026-09-12 11:06:29 +00:00
Remove final vestiges of domain applications (#1153)
* Remove final vestiges of domain applications
This commit is contained in:
@@ -173,8 +173,9 @@ public class DomainContent extends EppResource
|
||||
@Transient Set<DelegationSignerData> dsData;
|
||||
|
||||
/**
|
||||
* The claims notice supplied when this application or domain was created, if there was one. It's
|
||||
* {@literal @}XmlTransient because it's not returned in an info response.
|
||||
* The claims notice supplied when this domain was created, if there was one.
|
||||
*
|
||||
* <p>It's {@literal @}XmlTransient because it's not returned in an info response.
|
||||
*/
|
||||
@IgnoreSave(IfNull.class)
|
||||
@Embedded
|
||||
@@ -706,7 +707,7 @@ public class DomainContent extends EppResource
|
||||
return authInfo;
|
||||
}
|
||||
|
||||
/** Returns all referenced contacts from this domain or application. */
|
||||
/** Returns all referenced contacts from this domain. */
|
||||
public ImmutableSet<VKey<ContactResource>> getReferencedContacts() {
|
||||
return nullToEmptyImmutableCopy(allContacts).stream()
|
||||
.map(DesignatedContact::getContactKey)
|
||||
|
||||
@@ -51,8 +51,8 @@ import javax.xml.bind.annotation.XmlValue;
|
||||
public class LaunchPhase extends ImmutableObject {
|
||||
|
||||
/**
|
||||
* The phase during which trademark holders can submit registrations or applications with
|
||||
* trademark information that can be validated by the server.
|
||||
* The phase during which trademark holders can submit domain registrations with trademark
|
||||
* information that can be validated by the server.
|
||||
*/
|
||||
public static final LaunchPhase SUNRISE = create("sunrise");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user