ATS-711: Update JavaDoc and format code (#217)

* Update JavaDoc and format code
* Add more tests
This commit is contained in:
eknizat
2020-04-14 14:08:21 +01:00
committed by GitHub
parent 2702ec7a2d
commit 612e378082
12 changed files with 80 additions and 186 deletions

View File

@@ -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();