mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Removed unread protected field
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@90157 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -466,7 +466,6 @@
|
||||
<property name="dictionaryService" ref="DictionaryService" />
|
||||
<property name="permissionService" ref="PermissionService" />
|
||||
<property name="personService" ref="PersonService" />
|
||||
<property name="contentService" ref="ContentService" />
|
||||
</bean>
|
||||
|
||||
<bean
|
||||
|
@@ -34,7 +34,6 @@ import org.alfresco.module.org_alfresco_module_rm.search.RecordsManagementSearch
|
||||
import org.alfresco.module.org_alfresco_module_rm.search.SavedSearchDetailsCompatibility;
|
||||
import org.alfresco.service.cmr.dictionary.DictionaryService;
|
||||
import org.alfresco.service.cmr.repository.ContentData;
|
||||
import org.alfresco.service.cmr.repository.ContentService;
|
||||
import org.alfresco.service.cmr.repository.NodeRef;
|
||||
import org.alfresco.service.cmr.repository.NodeService;
|
||||
import org.alfresco.service.cmr.security.PermissionService;
|
||||
@@ -85,9 +84,6 @@ public class RMSearchGet extends DeclarativeWebScript
|
||||
/** Person service */
|
||||
protected PersonService personService;
|
||||
|
||||
/** Content service */
|
||||
protected ContentService contentService;
|
||||
|
||||
/** Person data cache */
|
||||
private Map<String, String> personDataCache = null;
|
||||
|
||||
@@ -147,14 +143,6 @@ public class RMSearchGet extends DeclarativeWebScript
|
||||
this.personService = personService;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param contentService content service
|
||||
*/
|
||||
public void setContentService(ContentService contentService)
|
||||
{
|
||||
this.contentService = contentService;
|
||||
}
|
||||
|
||||
/*
|
||||
* @see org.alfresco.web.scripts.DeclarativeWebScript#executeImpl(org.alfresco.web.scripts.WebScriptRequest, org.alfresco.web.scripts.Status, org.alfresco.web.scripts.Cache)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user