mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Typo in comment
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122449880
This commit is contained in:
parent
13f5106070
commit
86f3287761
18 changed files with 84 additions and 107 deletions
|
@ -1012,7 +1012,7 @@ public class DomainFlowUtils {
|
|||
}
|
||||
}
|
||||
|
||||
/** Nameserver are not whitelisted for this TLD. */
|
||||
/** Nameservers are not whitelisted for this TLD. */
|
||||
public static class NameserversNotAllowedException extends StatusProhibitsOperationException {
|
||||
public NameserversNotAllowedException(Set<String> fullyQualifiedHostNames) {
|
||||
super(String.format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue