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

Matthew Swift
21.32.2012 0e52d359d661d2fd95fa5c28058353f5d121173c
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);