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

boli
18.44.2008 35a408038c1de64a6f13f0e7b246a645e9945e3c
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"));
  }