google-nomulus/java/google/registry/dns
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
..
writer Remove unused and misused methods from EppResourceUtils and DomainBase. 2016-05-16 18:39:23 -04:00
BUILD Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DnsConstants.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DnsModule.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
DnsQueue.java Rename DomainNameUtils method to getTldFromSld 2016-05-13 23:19:02 -04:00
PublishDnsUpdatesAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
ReadDnsQueueAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RefreshDnsAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
WriteDnsAction.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00