mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM: RecordsManagementService refactor
* move candiate methods into FilePlanService * deprecation of RMService methods * remove all deprecation warnings from code * update filePlanService unit tests * remove all other spurious warnings from RM code * a couple of performance enhancements in the bowls of the capability evaluation code * first pass at parametising RecordsManagementAuditService with file plan (so capability evaluation had a tangable reference) * fix up unit test failures and other fall out from refactors git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@52504 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -90,7 +90,8 @@ public class RequestInfoNotifier implements TaskListener
|
||||
* @param recordName The name of the record
|
||||
* @return Returns the email subject
|
||||
*/
|
||||
private String getEmailSubject(String recordName)
|
||||
@SuppressWarnings("unused")
|
||||
private String getEmailSubject(String recordName)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(I18NUtil.getMessage("activitiReviewPooled.workflow.email.subject"));
|
||||
@@ -106,7 +107,8 @@ public class RequestInfoNotifier implements TaskListener
|
||||
* @param recordName The name of the record
|
||||
* @return Returns the email body
|
||||
*/
|
||||
private String getEmailBody(String recordName)
|
||||
@SuppressWarnings("unused")
|
||||
private String getEmailBody(String recordName)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(I18NUtil.getMessage("activitiReviewPooled.workflow.email.body1"));
|
||||
|
Reference in New Issue
Block a user