From 9533965095dee7b963caa4724c5956e56ad97d17 Mon Sep 17 00:00:00 2001 From: ljacqu Date: Sat, 2 Jan 2016 01:09:25 +0100 Subject: [PATCH] Minor - update JavaDoc for HashAlgorithm - Replace incorrect description --- src/main/java/fr/xephi/authme/security/HashAlgorithm.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/fr/xephi/authme/security/HashAlgorithm.java b/src/main/java/fr/xephi/authme/security/HashAlgorithm.java index 24a702dd..469a0258 100644 --- a/src/main/java/fr/xephi/authme/security/HashAlgorithm.java +++ b/src/main/java/fr/xephi/authme/security/HashAlgorithm.java @@ -3,9 +3,8 @@ package fr.xephi.authme.security; import fr.xephi.authme.security.crypts.EncryptionMethod; /** - * The list of hash algorithms supported by AuthMe. The implementing class must define a public - * constructor which takes either no arguments, or a DataSource object (when the salt is stored - * separately, writes to the database are necessary). + * The list of hash algorithms supported by AuthMe. The linked {@link EncryptionMethod} implementation + * must be able to be instantiated with the default constructor. */ public enum HashAlgorithm {