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

jarnou
17.35.2007 d25594adc2edf2551fde127417662f9be12425bb
opendj-sdk/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
@@ -652,11 +652,11 @@
   * @return  A reference to the extended operation that was processed and
   *          contains information about the result of the processing.
   */
  public ExtendedOperation processExtendedOperation(String requestOID,
  public ExtendedOperationBasis processExtendedOperation(String requestOID,
                                ASN1OctetString requestValue)
  {
    ExtendedOperation extendedOperation =
         new ExtendedOperation(this, nextOperationID(), nextMessageID(),
    ExtendedOperationBasis extendedOperation =
         new ExtendedOperationBasis(this, nextOperationID(), nextMessageID(),
                               new ArrayList<Control>(0), requestOID,
                               requestValue);