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

jarnou
17.45.2007 f163876c0a562fe6a00160e3dc7d9db4450a55d9
One-line commit to change the signature of the processExtendedOperation method so that it returns an
ExtendedOperation and not an ExtendedOperationBasis
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
@@ -652,7 +652,7 @@
   * @return  A reference to the extended operation that was processed and
   *          contains information about the result of the processing.
   */
  public ExtendedOperationBasis processExtendedOperation(String requestOID,
  public ExtendedOperation processExtendedOperation(String requestOID,
                                ASN1OctetString requestValue)
  {
    ExtendedOperationBasis extendedOperation =