google-nomulus/java/google/registry/rdap
Corey Goldfeder d9875ea302 Remove unused and misused methods from EppResourceUtils and DomainBase.
The methods in DomainBase were the only callers for the methods in
EppResourceUtils, so I first inlined them. Then I realized that there
were no callers for loadReferencedContacts() anywhere. For loadNameservers(),
all but one invocation actually wanted to load the foreign keys, and was
repeating that work, so I replaced it with loadNameserverFullyQualifiedHostNames().
The last invocation, in the Rdap code, was incorrectly assuming this was an async
load when in fact it blocks, so I replaced it with a real async load.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=122433897
2016-05-16 18:39:23 -04:00
..
BUILD Prefer re2 over java.util.regex 2016-05-13 23:16:07 -04:00
RdapActionBase.java Prefer re2 over java.util.regex 2016-05-13 23:16:07 -04:00
RdapAutnumAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapDomainAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapDomainSearchAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapEntityAction.java Prefer re2 over java.util.regex 2016-05-13 23:16:07 -04:00
RdapEntitySearchAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapHelpAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapIcannStandardInformation.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapIpAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapJsonFormatter.java Remove unused and misused methods from EppResourceUtils and DomainBase. 2016-05-16 18:39:23 -04:00
RdapModule.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapNameserverAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapNameserverSearchAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapSearchPattern.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00