diff --git a/src/main/java/fr/xephi/authme/security/HashAlgorithm.java b/src/main/java/fr/xephi/authme/security/HashAlgorithm.java
index 24a702dd0..469a02585 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 {