opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/CompareRequestImpl.java
@@ -113,15 +113,6 @@ /** * {@inheritDoc} */ public CompareRequest setAssertionValue(final ByteString value) { Validator.ensureNotNull(value); this.assertionValue = value; return this; } /** * {@inheritDoc} */ public CompareRequest setAssertionValue(final Object value) { Validator.ensureNotNull(value); this.assertionValue = ByteString.valueOf(value);