mirror of
https://github.com/google/nomulus
synced 2026-07-19 14:32:44 +00:00
Fix a few stylistic issues in preparation for Checkstyle addition
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=230524735
This commit is contained in:
@@ -185,7 +185,7 @@ final class RegistrarContactCommand extends MutatingCommand {
|
||||
case CREATE:
|
||||
stageEntityChange(null, createContact(registrar));
|
||||
if ((visibleInDomainWhoisAsAbuse != null) && visibleInDomainWhoisAsAbuse) {
|
||||
unsetOtherWhoisAbuseFlags(contacts, null /* emailAddressNotToChange */ );
|
||||
unsetOtherWhoisAbuseFlags(contacts, null);
|
||||
}
|
||||
break;
|
||||
case UPDATE:
|
||||
|
||||
Reference in New Issue
Block a user