]> git.mxchange.org Git - pizzaservice-lib.git/commitdiff
updated jsfcore.jar + correct static invocation
authorRoland Haeder <roland@mxchange.org>
Fri, 4 Sep 2015 19:46:53 +0000 (21:46 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Sep 2015 19:46:53 +0000 (21:46 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jsfcore.jar
src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java

index c7e31ed378120247ba81886e06ad643ccb0ae3c2..c854dee192271f5017fd116d2518376447777997 100644 (file)
Binary files a/lib/jsfcore.jar and b/lib/jsfcore.jar differ
index 71cb9da430ed03cb93d0fa8b3257c990b7f76794..0bcf99badaa3cbe01d69adc6fcc41b0703c8d7c3 100644 (file)
@@ -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();