mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6786 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -200,8 +200,11 @@ public final class ResourceBundleWrapper extends ResourceBundle
|
||||
// Note: path here is XPath for selectNodes query
|
||||
path = PATH + "/cm:" + customName;
|
||||
InputStream is = messageService.getRepoResourceBundle(Repository.getStoreRef(), path, locale);
|
||||
customBundle = new PropertyResourceBundle(is);
|
||||
is.close();
|
||||
if (is != null)
|
||||
{
|
||||
customBundle = new PropertyResourceBundle(is);
|
||||
is.close();
|
||||
}
|
||||
}
|
||||
catch (Throwable t)
|
||||
{
|
||||
|
Reference in New Issue
Block a user