From: Roland Haeder Date: Fri, 4 Sep 2015 19:46:53 +0000 (+0200) Subject: updated jsfcore.jar + correct static invocation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1206a585e9c0a9e4978074f5a23e358b5b9fa5a5;p=pizzaservice-lib.git updated jsfcore.jar + correct static invocation Signed-off-by:Roland Häder --- diff --git a/lib/jsfcore.jar b/lib/jsfcore.jar index c7e31ed..c854dee 100644 Binary files a/lib/jsfcore.jar and b/lib/jsfcore.jar differ diff --git a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java index 71cb9da..0bcf99b 100644 --- a/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java +++ b/src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java @@ -67,7 +67,7 @@ public class PizzaServiceApplication extends BaseFrameworkSystem implements Pizz this.getLogger().trace("CALLED!"); //NOI18N // Is the bundle initialized? - if (!isBundledInitialized()) { + if (!BaseFrameworkSystem.isBundledInitialized()) { // Temporary initialize default bundle // TODO The enum Gender uses this this.initBundle();