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} */