mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added logger to AVMRepository, by the way. Web-site summary now shows
the correct number of users. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3882 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -41,6 +41,7 @@ import org.alfresco.service.cmr.avm.LayeringDescriptor;
|
|||||||
import org.alfresco.service.cmr.avm.VersionDescriptor;
|
import org.alfresco.service.cmr.avm.VersionDescriptor;
|
||||||
import org.alfresco.service.cmr.repository.ContentData;
|
import org.alfresco.service.cmr.repository.ContentData;
|
||||||
import org.alfresco.service.namespace.QName;
|
import org.alfresco.service.namespace.QName;
|
||||||
|
import org.apache.log4j.Logger;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This or AVMStore are
|
* This or AVMStore are
|
||||||
@@ -49,6 +50,8 @@ import org.alfresco.service.namespace.QName;
|
|||||||
*/
|
*/
|
||||||
public class AVMRepository
|
public class AVMRepository
|
||||||
{
|
{
|
||||||
|
private static Logger fgLogger = Logger.getLogger(AVMRepository.class);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The single instance of AVMRepository.
|
* The single instance of AVMRepository.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user