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

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/controls/VLVControl.java
@@ -10,12 +10,12 @@
import org.opends.sdk.ByteString;
import org.opends.sdk.ByteStringBuilder;
import org.opends.sdk.DecodeException;
import org.opends.sdk.LocalizableMessage;
import org.opends.sdk.asn1.ASN1;
import org.opends.sdk.asn1.ASN1Reader;
import org.opends.sdk.asn1.ASN1Writer;
import org.opends.sdk.schema.Schema;
import com.sun.opends.sdk.util.Message;
import com.sun.opends.sdk.util.Validator;
@@ -542,7 +542,7 @@
    {
      if (value == null)
      {
        Message message = INFO_VLVREQ_CONTROL_NO_VALUE.get();
        LocalizableMessage message = INFO_VLVREQ_CONTROL_NO_VALUE.get();
        throw DecodeException.error(message);
      }
@@ -565,7 +565,7 @@
      }
      catch (IOException e)
      {
        Message message = INFO_VLVREQ_CONTROL_CANNOT_DECODE_VALUE
        LocalizableMessage message = INFO_VLVREQ_CONTROL_CANNOT_DECODE_VALUE
            .get(getExceptionMessage(e));
        throw DecodeException.error(message, e);
      }
@@ -596,7 +596,7 @@
    {
      if (value == null)
      {
        Message message = INFO_VLVRES_CONTROL_NO_VALUE.get();
        LocalizableMessage message = INFO_VLVRES_CONTROL_NO_VALUE.get();
        throw DecodeException.error(message);
      }
@@ -620,7 +620,7 @@
      }
      catch (IOException e)
      {
        Message message = INFO_VLVRES_CONTROL_CANNOT_DECODE_VALUE
        LocalizableMessage message = INFO_VLVRES_CONTROL_CANNOT_DECODE_VALUE
            .get(getExceptionMessage(e));
        throw DecodeException.error(message, e);
      }