ACS-1778 Common transform routing code for Repo and t-router (#453)

* Addition of logWarn method
* Pick up new alfresco-transform-model tag 1.4.0
This commit is contained in:
Alan Davis
2021-08-19 17:58:10 +01:00
committed by GitHub
parent 06d200df6a
commit 509acf4760
3 changed files with 13 additions and 1 deletions

View File

@@ -100,4 +100,10 @@ public class TransformRegistryImpl extends AbstractTransformRegistry
{
log.error(msg);
}
@Override
protected void logWarn(String msg)
{
log.warn(msg);
}
}