()
| 84 | } |
| 85 | |
| 86 | private static void loadPropertyBundle() { |
| 87 | The5zigMod.logger.debug("Reloading Property Bundle {}...", currentLanguage); |
| 88 | resourceBundle = getBundle(currentLanguage); |
| 89 | } |
| 90 | |
| 91 | private static PropertyResourceBundle getBundle(Locale locale) { |
| 92 | FileInputStream stream = null; |
no test coverage detected