mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02: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:
parent
05d22a2556
commit
2a29ada032
8 changed files with 38 additions and 37 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue