mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge V2.2 To HEAD
ALF-1747 - ISSUE with ContentMetadataExtracter class git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19896 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -59,11 +59,10 @@ public class ContentMetadataExtracter extends ActionExecuterAbstractBase
|
||||
private ContentService contentService;
|
||||
private DictionaryService dictionaryService;
|
||||
private MetadataExtracterRegistry metadataExtracterRegistry;
|
||||
private boolean carryAspectProperties;
|
||||
private boolean carryAspectProperties = true;
|
||||
|
||||
public ContentMetadataExtracter()
|
||||
{
|
||||
carryAspectProperties = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user