Build fix. Removed the init-method declaration (related to RM-1945 & RM-1946).

I actually thought I'd done this in the previous commit, but I hadn't. (blush).


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@99974 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Neil McErlean
2015-03-24 13:42:58 +00:00
parent b2a8ec792f
commit c8d6a69d4c

View File

@@ -7,7 +7,6 @@
<bean id="classificationService"
class="org.alfresco.module.org_alfresco_module_rm.classification.ClassificationServiceImpl"
init-method="initConfiguredClassificationLevels"
parent="baseService">
<property name="attributeService" ref="AttributeService"/>
</bean>