vorburger commented on a change in pull request #639: Enhancement for FINERACT 
#516
URL: https://github.com/apache/fineract/pull/639#discussion_r331805503
 
 

 ##########
 File path: 
fineract-provider/src/main/java/org/apache/fineract/useradministration/domain/AppUser.java
 ##########
 @@ -230,7 +230,7 @@ public void updateRoles(final Set<Role> allRoles) {
         final String passwordEncodedParamName = "passwordEncoded";
         if (command.hasParameter(passwordParamName)) {
             if (command.isChangeInPasswordParameterNamed(passwordParamName, 
this.password, platformPasswordEncoder, getId())) {
-                final String passwordEncodedValue = 
command.passwordValueOfParameterNamed(passwordParamName, 
platformPasswordEncoder,
 
 Review comment:
   why remove this `final` ? It doesn't seem to do any harm, and prevents the 
variable from being changed again by mistake.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to