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

jarnou
17.45.2007 0658d6c50d97fd3b1804a8f4577ff69d870c3b5f
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
opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java 2 ●●● patch | view | raw | blame | history
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 =