mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
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:
@@ -100,4 +100,10 @@ public class TransformRegistryImpl extends AbstractTransformRegistry
|
||||
{
|
||||
log.error(msg);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void logWarn(String msg)
|
||||
{
|
||||
log.warn(msg);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user