From 0e52d359d661d2fd95fa5c28058353f5d121173c Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 20 Sep 2012 22:32:04 +0000
Subject: [PATCH] Fix OPENDJ-597: Remove superfluous ByteString based constructors

---
 opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/CompareRequest.java |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/CompareRequest.java b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/CompareRequest.java
index 6235f24..ad425d9 100644
--- a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/CompareRequest.java
+++ b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/CompareRequest.java
@@ -110,20 +110,6 @@
 
     /**
      * Sets the assertion value to be compared.
-     *
-     * @param value
-     *            The assertion value to be compared.
-     * @return This compare request.
-     * @throws UnsupportedOperationException
-     *             If this compare request does not permit the assertion value
-     *             to be set.
-     * @throws NullPointerException
-     *             If {@code value} was {@code null}.
-     */
-    CompareRequest setAssertionValue(ByteString value);
-
-    /**
-     * Sets the assertion value to be compared.
      * <p>
      * If the assertion value is not an instance of {@code ByteString} then it
      * will be converted using the {@link ByteString#valueOf(Object)} method.

--
Gitblit v1.10.0