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

boli
18.44.2008 ce22e7ed1c95b7a2b18e29eeb67d4d5d43aefa84
opendj-sdk/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
@@ -1158,7 +1158,9 @@
                                      CancelRequest cancelRequest)
  {
    // Jmx operations cannot be cancelled.
    return CancelResult.CANNOT_CANCEL;
    // TODO: i18n
    return new CancelResult(ResultCode.CANNOT_CANCEL,
        Message.raw("Jmx operations cannot be cancelled"));
  }