diff --git a/source/java/org/alfresco/repo/rendition/executer/AbstractTransformationRenderingEngine.java b/source/java/org/alfresco/repo/rendition/executer/AbstractTransformationRenderingEngine.java index 463a8d549d..12c913d62c 100644 --- a/source/java/org/alfresco/repo/rendition/executer/AbstractTransformationRenderingEngine.java +++ b/source/java/org/alfresco/repo/rendition/executer/AbstractTransformationRenderingEngine.java @@ -207,7 +207,7 @@ public abstract class AbstractTransformationRenderingEngine extends AbstractRend if (logger.isInfoEnabled()) { logger.info("Cancelling of multiple concurrent action instances " + - "currently unsupported, this action can't be cancelled"); + "currently unsupported, this action can't be cancelled"); } } @@ -235,7 +235,7 @@ public abstract class AbstractTransformationRenderingEngine extends AbstractRend if (logger.isDebugEnabled()) { logger.debug("Transformation did not obey timeout limit, " + - "rendition action is moving on"); + "rendition action is moving on"); } break; }