mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 01:10:14 +02:00
The existing CloudDnsWriter code uses ImmutableMap.Builder to construct the map of DNS records to update. This has been seen to fail on alpha, presumably in a cases where host records and domain records produce duplicate updates for a host. Convert the Builder to a HashMap, allowing us to safely overwrite existing records in the case of duplicates. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170103421 |
||
---|---|---|
.. | ||
clouddns | ||
dnsupdate | ||
BaseDnsWriter.java | ||
BUILD | ||
DnsWriter.java | ||
DnsWriterZone.java | ||
VoidDnsWriter.java | ||
VoidDnsWriterModule.java |