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:
Mark Rogers
2010-04-19 13:30:03 +00:00
parent 258aaa17ce
commit 41639f8d84

View File

@@ -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;
}
/**