]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 27 Jul 2017 18:03:39 +0000 (20:03 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 27 Jul 2017 18:03:53 +0000 (20:03 +0200)
- sorted members

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jfinancials/validator/user/FinancialsUserIdValidator.java

index 714748749c43ded64fc1f86a62c2133818575670..1fbfe2b17cc314f75d0ff334188bc229ce6086dc 100644 (file)
@@ -39,14 +39,14 @@ import org.mxchange.jusercore.model.user.UserSessionBeanRemote;
 public class FinancialsUserIdValidator extends BaseLongValidator implements Validator {
 
        /**
-        * Serial number
+        * Remote bean
         */
-       private static final long serialVersionUID = 12_869_569_314_764_690L;
+       private static UserSessionBeanRemote USER_BEAN;
 
        /**
-        * Remote bean
+        * Serial number
         */
-       private static UserSessionBeanRemote USER_BEAN;
+       private static final long serialVersionUID = 12_869_569_314_764_690L;
 
        /**
         * Initialization of this converter