mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
Save point: [skip ci]
* docs
This commit is contained in:
@@ -60,7 +60,7 @@ public abstract class AbstractCommandExecutor implements CommandExecutor
|
||||
|
||||
if (!targetFile.exists() || targetFile.length() == 0)
|
||||
{
|
||||
throw new TransformException(INTERNAL_SERVER_ERROR, Transformer failed to create an output file");
|
||||
throw new TransformException(INTERNAL_SERVER_ERROR, "Transformer failed to create an output file");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user