#1128 Rename converter classes to start with uppercase letter

This commit is contained in:
ljacqu
2017-03-17 19:28:40 +01:00
parent 6bd0b7c4e0
commit 8f197bbebf
6 changed files with 14 additions and 14 deletions
@@ -35,7 +35,7 @@ public enum HashAlgorithm {
WBB4(fr.xephi.authme.security.crypts.Wbb4.class),
WHIRLPOOL(fr.xephi.authme.security.crypts.Whirlpool.class),
WORDPRESS(fr.xephi.authme.security.crypts.Wordpress.class),
XAUTH(fr.xephi.authme.security.crypts.Xauth.class),
XAUTH(fr.xephi.authme.security.crypts.XAuth.class),
XFBCRYPT(fr.xephi.authme.security.crypts.XfBCrypt.class),
CUSTOM(null);