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")); }