mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.1 to HEAD
6694: Removal of explicit Log4J usage git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6750 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,7 +27,8 @@ import org.alfresco.service.cmr.avm.AVMException;
|
||||
import org.alfresco.service.cmr.repository.NodeRef;
|
||||
import org.alfresco.service.cmr.repository.StoreRef;
|
||||
import org.alfresco.util.Pair;
|
||||
import org.apache.log4j.Logger;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
/**
|
||||
* Utility for going back and forth between the AVM world and
|
||||
@@ -36,7 +37,7 @@ import org.apache.log4j.Logger;
|
||||
*/
|
||||
public class AVMNodeConverter
|
||||
{
|
||||
private static Logger fgLogger = Logger.getLogger(AVMNodeConverter.class);
|
||||
private static Log fgLogger = LogFactory.getLog(AVMNodeConverter.class);
|
||||
|
||||
/**
|
||||
* Get a NodeRef corresponding to the given path and version.
|
||||
|
Reference in New Issue
Block a user