mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Rename DomainBase -> Domain (#1725)
* Rename DomainBase -> Domain This was a long time coming, but we couldn't do it until we left Datastore, as the Java class name has to match the Datastore entity name. Subsequent PRs will rename ContactResource to Contact and HostResource to Host, so that everything matches the SQL table names (and is shorter!). * Merge branch 'master' into rename-domainbase
This commit is contained in:
@@ -142,7 +142,7 @@ encapsulate related values together.
|
||||
The classes that extend `EppResource` (along with the RFCs that define them) are
|
||||
as follows:
|
||||
|
||||
* `DomainBase` ([RFC 5731](https://tools.ietf.org/html/rfc5731)), further
|
||||
* `Domain` ([RFC 5731](https://tools.ietf.org/html/rfc5731)), further
|
||||
broken down into:
|
||||
* `DomainApplication`, an application for a domain submitted during (e.g.)
|
||||
sunrise or landrush
|
||||
|
||||
Reference in New Issue
Block a user