Signed-off-by:Roland Häder <roland@mxchange.org>
return BaseFrameworkSystem.bundle;
}
+ /**
+ * Setter for bundle instance
+ *
+ * @param bundle the bundle to set
+ */
+ protected static void setBundle (final ResourceBundle bundle) {
+ BaseFrameworkSystem.bundle = bundle;
+ }
+
/**
* Client instance
*
}
// Set instance
- bundle = ResourceBundle.getBundle(FrameworkInterface.I18N_BUNDLE_FILE); // NOI18N
+ setBundle(ResourceBundle.getBundle(FrameworkInterface.I18N_BUNDLE_FILE)); // NOI18N
// Trace message
this.getLogger().trace("EXIT!"); //NOI18N