mirror of
https://github.com/google/nomulus.git
synced 2025-05-23 04:39:35 +02:00
Fix typos
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184534721
This commit is contained in:
parent
88d453d6a9
commit
576fdd313d
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ import org.joda.time.Duration;
|
||||||
public class CloudDnsWriter extends BaseDnsWriter {
|
public class CloudDnsWriter extends BaseDnsWriter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the pricing engine, as used in {@code Registry.dnsWriter}. Remember to change
|
* The name of the dns writer, as used in {@code Registry.dnsWriter}. Remember to change
|
||||||
* the value on affected Registry objects to prevent runtime failures.
|
* the value on affected Registry objects to prevent runtime failures.
|
||||||
*/
|
*/
|
||||||
public static final String NAME = "CloudDnsWriter";
|
public static final String NAME = "CloudDnsWriter";
|
||||||
|
@ -307,7 +307,7 @@ public class CloudDnsWriter extends BaseDnsWriter {
|
||||||
Map<String, List<ResourceRecordSet>> domainRecords =
|
Map<String, List<ResourceRecordSet>> domainRecords =
|
||||||
getResourceRecordsForDomains(desiredRecords.keySet());
|
getResourceRecordsForDomains(desiredRecords.keySet());
|
||||||
|
|
||||||
// add the records to the list of exiting records
|
// add the records to the list of existing records
|
||||||
domainRecords.values().forEach(flattenedExistingRecords::addAll);
|
domainRecords.values().forEach(flattenedExistingRecords::addAll);
|
||||||
|
|
||||||
// Get the glue record host names from the given records
|
// Get the glue record host names from the given records
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue