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:
Tuna Aksoy
2014-11-10 09:40:17 +00:00
parent 4e0b1c2951
commit 4e64b26c78
2 changed files with 0 additions and 13 deletions

View File

@@ -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)
*/