Fix a typo in an RFC id

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=122447003
This commit is contained in:
Corey Goldfeder 2016-05-16 12:38:17 -07:00 committed by Justine Tunney
parent fe9e69e06b
commit e38c87238e

View file

@ -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.