]> git.mxchange.org Git - juser-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 10:55:41 +0000 (12:55 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 10:55:41 +0000 (12:55 +0200)
- properties variable can be final (yay!)

src/org/mxchange/jusercore/model/user/Users.java

index 7ede6339b6cdc6a16a3885232359fbd509dbc843..87fac6ec203b7e065f6cfb86ae8d28df781de926 100644 (file)
@@ -204,7 +204,7 @@ public class Users implements Serializable {
                }
 
                // Init properties list
-               Properties properties = new Properties();
+               final Properties properties = new Properties();
 
                // Init some vbalues with empty strings
                properties.setProperty("userConfirmKey", ""); //NOI18N