mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user