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

Matthew Swift
13.49.2013 8adb7af006bb6bf8a71f86bb520671de381c8e3e
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/ModifyRequestImpl.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 *      Portions copyright 2012-2013 ForgeRock AS.
 */
package org.forgerock.opendj.ldap.requests;
@@ -88,12 +88,6 @@
        return v.visitChangeRecord(p, this);
    }
    public ModifyRequest addChange(final ModificationType type, final String attributeDescription,
            final Object firstValue, final Object... remainingValues) {
        // TODO Auto-generated method stub
        return null;
    }
    /**
     * {@inheritDoc}
     */