ALF-19527 - No description and unfriendly result are got for patch.emailAliasableAspect

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@56427 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2013-10-09 14:13:09 +00:00
parent 35de5d1ff1
commit 1122e25137

View File

@@ -38,6 +38,7 @@ import org.alfresco.service.namespace.QName;
import org.alfresco.util.Pair; import org.alfresco.util.Pair;
import org.apache.commons.logging.Log; import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory; import org.apache.commons.logging.LogFactory;
import org.springframework.extensions.surf.util.I18NUtil;
/** /**
* Patch to duplicate the AliasableAspect into the attributes service. * Patch to duplicate the AliasableAspect into the attributes service.
@@ -189,7 +190,7 @@ public class AliasableAspectPatch extends AbstractPatch
batchProcessor.process(worker, true); batchProcessor.process(worker, true);
return MSG_SUCCESS; return I18NUtil.getMessage(MSG_SUCCESS);
} }