google-nomulus/java/google/registry/dns/writer
shikhman e55ed209c5 Fix NPE in registry_tool when creating or updating a TLD with a dns writer
I forgot to inject the CreateTldCommand/UpdateTldCommand commands, which now
need to be injected so that the list of available DnsWriter implementations is
instantiated. This CL also adds a new DI Set<String> with just the name of the
writer, so that the instantiated writer map (which may have many DI dependencies)
doesn't need to be pulled in.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130042215
2016-08-15 16:48:20 -04:00
..
clouddns Fix NPE in registry_tool when creating or updating a TLD with a dns writer 2016-08-15 16:48:20 -04:00
dnsupdate Fix NPE in registry_tool when creating or updating a TLD with a dns writer 2016-08-15 16:48:20 -04:00
BUILD Unbreak build by including DNS packages and modules 2016-08-08 16:34:00 -04:00
DnsWriter.java Unbreak build by including DNS packages and modules 2016-08-08 16:34:00 -04:00
DnsWriterZone.java Unbreak build by including DNS packages and modules 2016-08-08 16:34:00 -04:00
VoidDnsWriter.java Unbreak build by including DNS packages and modules 2016-08-08 16:34:00 -04:00
VoidDnsWriterModule.java Fix NPE in registry_tool when creating or updating a TLD with a dns writer 2016-08-15 16:48:20 -04:00