opends/src/server/org/opends/server/core/ModifyOperationWrapper.java
@@ -23,6 +23,7 @@ * * * Copyright 2008 Sun Microsystems, Inc. * Portions Copyright 2011 ForgeRock AS */ package org.opends.server.core; @@ -74,14 +75,6 @@ /** * {@inheritDoc} */ public boolean equals(Object obj) { return modify.equals(obj); } /** * {@inheritDoc} */ public DN getEntryDN() { return modify.getEntryDN(); @@ -114,14 +107,6 @@ /** * {@inheritDoc} */ public int hashCode() { return modify.hashCode(); } /** * {@inheritDoc} */ public void setRawEntryDN(ByteString rawEntryDN) { modify.setRawEntryDN(rawEntryDN);