Removed obsolete method as spotted by TonyB

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32390 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2011-11-29 14:42:05 +00:00
parent ea53ffea50
commit 5bdb3d3875

View File

@@ -251,18 +251,6 @@ public final class ScriptUtils extends BaseScopableProcessorExtension
return qname;
}
/**
* Get a localized message string, parameterized using standard MessageFormatter.
*
* @param messageKey message key
* @param params format parameters
* @return the localized string, null if not found
*/
public String toLocalizedString(String messageId, Object... params)
{
return I18NUtil.getMessage(messageId, params);
}
/**
* Disable rule execution for this thread
*/