Clear cache before using ResourceBundle to ensure that the current version is used

git-svn-id: https://svn.libreccm.org/ccm/trunk@6100 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-06-01 09:04:56 +00:00
parent 8254f3cdee
commit 2201f00ea7
1 changed files with 2 additions and 0 deletions

View File

@ -426,6 +426,8 @@ public class FreeMarkerPresentationManager implements PresentationManager {
.get(0))
.getAsString();
ResourceBundle.clearCache();
final ResourceBundle bundle = ResourceBundle.getBundle(bundleName,
locale,
control);