mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +00:00
Migrate plural DNS writers field to being the canonical one
After this point all data is migrated to use the new canonical plural version, and subsequent code changes can be made that use multiple writers. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161673486
This commit is contained in:
@@ -393,7 +393,7 @@ abstract class CreateOrUpdateTldCommand extends MutatingCommand {
|
||||
dnsWriterNames.contains(dnsWriter.get()),
|
||||
"The DNS writer '%s' doesn't exist",
|
||||
dnsWriter.get());
|
||||
builder.setDnsWriter(dnsWriter.get());
|
||||
builder.setDnsWriters(ImmutableSet.of(dnsWriter.get()));
|
||||
}
|
||||
|
||||
if (lrpPeriod != null) {
|
||||
|
||||
Reference in New Issue
Block a user