mirror of
https://github.com/google/nomulus
synced 2026-02-13 08:11:36 +00:00
Allow multiple DNS writers on TLDs
This completes the data/functionality migration for multiple DNS writers. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=163835077
This commit is contained in:
@@ -676,8 +676,6 @@ public class Registry extends ImmutableObject implements Buildable {
|
||||
}
|
||||
|
||||
public Builder setDnsWriters(ImmutableSet<String> dnsWriters) {
|
||||
// TODO(b/63385597): Remove this restriction once DNS task queue migration is complete.
|
||||
checkArgument(dnsWriters.size() == 1, "Multiple DNS writers are not yet supported");
|
||||
getInstance().dnsWriters = dnsWriters;
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user