mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Fix a typo in an RFC id
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122447003
This commit is contained in:
parent
fe9e69e06b
commit
e38c87238e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public abstract class BaseDomainUpdateFlow<R extends DomainBase, B extends Build
|
||||||
: new MaxSigLifeChangeNotSupportedException();
|
: new MaxSigLifeChangeNotSupportedException();
|
||||||
}
|
}
|
||||||
Set<DelegationSignerData> newDsData = existingResource.getDsData();
|
Set<DelegationSignerData> newDsData = existingResource.getDsData();
|
||||||
// RFC 5901 specifies that removes are processed before adds.
|
// RFC 5910 specifies that removes are processed before adds.
|
||||||
Remove remove = secDnsUpdate.getRemove();
|
Remove remove = secDnsUpdate.getRemove();
|
||||||
if (remove != null) {
|
if (remove != null) {
|
||||||
if (Boolean.FALSE.equals(remove.getAll())) { // Explicit all=false is meaningless.
|
if (Boolean.FALSE.equals(remove.getAll())) { // Explicit all=false is meaningless.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue