]> git.mxchange.org Git - jjobs-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:05:15 +0000 (20:05 +0200)
- sorted members

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

index fbb76390a4b5ec1e6a080295d8450f7f5ba85f95..79d219f570520d0d87b565a91546fa5a13fbf869 100644 (file)
@@ -39,14 +39,14 @@ import org.mxchange.jusercore.model.user.UserSessionBeanRemote;
 public class JobsUserIdValidator 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