]> git.mxchange.org Git - jfinancials-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:30:17 +0000 (21:30 +0200)
- always call super() (one more found)
- sorted members

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/beans/BaseFinancialsController.java
src/java/org/mxchange/jfinancials/beans/confirmlink/FinancialsConfirmationLinkWebRequestBean.java

index 13d77f5a2b9b9e8a0c8c7337fcf8293af5c5c510..bccd7888e641bf4ad7c85816baeb8a3cc923af1b 100644 (file)
@@ -36,6 +36,8 @@ public abstract class BaseFinancialsController extends BaseFacesBean {
         * Protected constructor
         */
        protected BaseFinancialsController () {
+               // Call super constructor
+               super();
        }
 
        @Override
index 28491ff6876565e4c5f30217ea29ff78d4180b6e..3ac7cf535f9ed3aca9ee7018a1be184977801f5e 100644 (file)
@@ -93,6 +93,16 @@ public class FinancialsConfirmationLinkWebRequestBean extends BaseFinancialsCont
                super();
        }
 
+       @Override
+       public String getConfirmationKey () {
+               return this.confirmationKey;
+       }
+
+       @Override
+       public void setConfirmationKey (final String confirmationKey) {
+               this.confirmationKey = confirmationKey;
+       }
+
        /**
         * Post-construction method
         */
@@ -111,16 +121,6 @@ public class FinancialsConfirmationLinkWebRequestBean extends BaseFinancialsCont
                }
        }
 
-       @Override
-       public String getConfirmationKey () {
-               return this.confirmationKey;
-       }
-
-       @Override
-       public void setConfirmationKey (final String confirmationKey) {
-               this.confirmationKey = confirmationKey;
-       }
-
        @Override
        public void maybeConfirmUserAccount () {
                // Is the confirmation key set?