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

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/schema/CaseIgnoreIA5EqualityMatchingRuleImpl.java
@@ -34,8 +34,8 @@
import org.opends.sdk.ByteSequence;
import org.opends.sdk.ByteString;
import org.opends.sdk.DecodeException;
import org.opends.sdk.LocalizableMessage;
import com.sun.opends.sdk.util.Message;
@@ -85,7 +85,7 @@
        // This is not a valid character for an IA5 string. If strict
        // syntax enforcement is enabled, then we'll throw an exception.
        // Otherwise, we'll get rid of the character.
        final Message message =
        final LocalizableMessage message =
            WARN_ATTR_SYNTAX_IA5_ILLEGAL_CHARACTER.get(
                value.toString(), String.valueOf(c));
        throw DecodeException.error(message);