]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 6 Jul 2017 19:30:17 +0000 (21:30 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 6 Jul 2017 19:36:46 +0000 (21:36 +0200)
- always call super() (one more found)
- sorted members

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/BasePizzaController.java

index a8efc2c9178ffe3a3b943e1ed7e154aec01b184f..5dd11dd0e45d428654d8edb5ac12d65a822b9b79 100644 (file)
@@ -36,6 +36,8 @@ public abstract class BasePizzaController extends BaseFacesBean {
         * Protected constructor
         */
        protected BasePizzaController () {
+               // Call super constructor
+               super();
        }
 
        @Override