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

Jean-Noel Rouvignac
26.52.2013 2f4e0befa53d70a4323b984bbc5563e821907178
opends/src/server/org/opends/server/core/OperationWrapper.java
@@ -36,7 +36,6 @@
import org.opends.server.controls.ControlDecoder;
import org.opends.server.types.*;
/**
 * This abstract class is a generic operation wrapper intended to be subclassed
 * by a specific operation wrapper.
@@ -195,15 +194,6 @@
   * {@inheritDoc}
   */
  @Override
  public String[][] getCommonLogElements()
  {
    return operation.getCommonLogElements();
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public long getConnectionID()
  {
    return operation.getConnectionID();
@@ -332,15 +322,6 @@
   * {@inheritDoc}
   */
  @Override
  public String[][] getRequestLogElements()
  {
    return operation.getRequestLogElements();
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public List<Control> getResponseControls()
  {
    return operation.getResponseControls();
@@ -350,15 +331,6 @@
   * {@inheritDoc}
   */
  @Override
  public String[][] getResponseLogElements()
  {
    return operation.getResponseLogElements();
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public ResultCode getResultCode()
  {
    return operation.getResultCode();
@@ -535,8 +507,6 @@
    operation.setSynchronizationOperation(isSynchronizationOperation);
  }
  /**
   * {@inheritDoc}
   */
@@ -546,8 +516,6 @@
    return getClientConnection().hashCode() * (int) getOperationID();
  }
  /**
   * {@inheritDoc}
   */
@@ -571,8 +539,6 @@
    return false;
  }
  /**
   * {@inheritDoc}
   */