Fix a case in which checkstyle was complaining about an unnecessary import in
the message handler, and fix a problem in which the wrong message ID value was
being used for a message string.
| | |
| | | "keyword wild-card expression value requires the '*' " + |
| | | "character only be in the leftmost position of the " + |
| | | "domain name."); |
| | | registerMessage(MSGID_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE, |
| | | registerMessage(MSGID_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE, |
| | | "The provided Access Control Instruction (ACI) bind rule " + |
| | | "dns expression value \"%s\" references hostname %s, but " + |
| | | "the canonical representation for that hostname is " + |
| | |
| | | |
| | | |
| | | |
| | | import org.opends.server.messages.AciMessages; |
| | | |
| | | import java.util.concurrent.ConcurrentHashMap; |
| | | import java.util.IllegalFormatException; |
| | | |