It will be helpful in adding the encypted password. But internally it will be getting decrypted and is getting logged in debug. I saw snipped of the code
value = StringPropertyReplacer.replaceProperties(value);
log.debug("setting property: " + name + " to value " + value);
And this value only its using. So i guess this must be the decrypted value.