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

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/controls/VLVTarget.java
@@ -9,10 +9,10 @@
import org.opends.sdk.ByteString;
import org.opends.sdk.DecodeException;
import org.opends.sdk.LocalizableMessage;
import org.opends.sdk.asn1.ASN1Reader;
import org.opends.sdk.asn1.ASN1Writer;
import com.sun.opends.sdk.util.Message;
import com.sun.opends.sdk.util.Validator;
@@ -155,7 +155,7 @@
      return new GreaterThanOrEqual(assertionValue);
    default:
      Message message = INFO_VLVREQ_CONTROL_INVALID_TARGET_TYPE
      LocalizableMessage message = INFO_VLVREQ_CONTROL_INVALID_TARGET_TYPE
          .get(byteToHex(targetType));
      throw DecodeException.error(message);
    }