Remove final vestiges of domain applications (#1153)

* Remove final vestiges of domain applications
This commit is contained in:
Ben McIlwain
2021-05-14 10:39:25 -04:00
committed by GitHub
parent 27f431b9cf
commit 6ce2926c6d
4 changed files with 7 additions and 14 deletions
@@ -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");