Code householding - remove legacy settings and TODO messages

- Remove fields in legacy settings that are now unused
- Remove various irrelevant todo messages
- Reduce visibility on some elements
This commit is contained in:
ljacqu
2016-05-24 18:59:01 +02:00
parent e54cd526de
commit 6341d00df0
6 changed files with 32 additions and 48 deletions
@@ -151,7 +151,7 @@ public class PasswordSecurity implements Reloadable {
*
* @return The associated encryption method, or null if CUSTOM / deprecated
*/
public EncryptionMethod initializeEncryptionMethod(HashAlgorithm algorithm) {
private EncryptionMethod initializeEncryptionMethod(HashAlgorithm algorithm) {
if (HashAlgorithm.CUSTOM.equals(algorithm) || HashAlgorithm.PLAINTEXT.equals(algorithm)) {
return null;
}