mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
22.00.2007 06332e727fb1f47d08ce546a76855d4216f24ef1
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.
2 files modified
4 ■■■ changed files
opends/src/server/org/opends/server/messages/AciMessages.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/messages/MessageHandler.java 2 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/messages/AciMessages.java
@@ -832,7 +832,7 @@
                "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 " +
opends/src/server/org/opends/server/messages/MessageHandler.java
@@ -28,8 +28,6 @@
import org.opends.server.messages.AciMessages;
import java.util.concurrent.ConcurrentHashMap;
import java.util.IllegalFormatException;