mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
ATS-711: Update JavaDoc and format code (#217)
* Update JavaDoc and format code * Add more tests
This commit is contained in:
@@ -115,7 +115,6 @@ public abstract class AbstractTransformerController implements TransformControll
|
||||
@GetMapping(value = "/transform/config")
|
||||
public ResponseEntity<TransformConfig> info()
|
||||
{
|
||||
// TODO - This cast should not be here
|
||||
logger.info("GET Transform Config.");
|
||||
final TransformConfig transformConfig =
|
||||
((TransformRegistryImpl) transformRegistry).getTransformConfig();
|
||||
|
Reference in New Issue
Block a user