diff --git a/clients/java/commons/src/main/java/org/kurento/commons/exception/KurentoException.java b/clients/java/commons/src/main/java/org/kurento/commons/exception/KurentoException.java index e2f7514fca..074cdc24f7 100644 --- a/clients/java/commons/src/main/java/org/kurento/commons/exception/KurentoException.java +++ b/clients/java/commons/src/main/java/org/kurento/commons/exception/KurentoException.java @@ -26,10 +26,10 @@ * cannot recover. *
  • Any other unexpected error conditions. * - *

    + *

    * The original exception cause must be provided within the exception if it is raised due to a * previous exception. - *

    + *

    * This kind of exceptions are not checked and with CMT provoke a roll back at the moment the are * thrown. *