mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fixed recursive initialization of OpenOfficeMetadataExtracter.
Fixed minor incorrect warning when XMLMetadataExtracter is active. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6279 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -474,8 +474,8 @@ abstract public class AbstractMappingMetadataExtracter implements MetadataExtrac
|
||||
}
|
||||
}
|
||||
|
||||
// Were there any mappings
|
||||
if (mapping.size() == 0)
|
||||
// The configured mappings are empty, but there were default mappings
|
||||
if (mapping.size() == 0 && defaultMapping.size() > 0)
|
||||
{
|
||||
logger.warn(
|
||||
"There are no property mappings for the metadata extracter.\n" +
|
||||
|
Reference in New Issue
Block a user