adapted Javadoc slightly

This commit is contained in:
delvh 2020-02-09 16:42:02 +01:00
parent 6d614580ef
commit 4b7051c78e

View File

@ -28,8 +28,8 @@ public class LoginCredentials implements Serializable {
* *
* @param identifier the identifier of the user * @param identifier the identifier of the user
* @param password the password of the user (will be converted to a hash) * @param password the password of the user (will be converted to a hash)
* @param registration if true, the user registers himself with this * @param registration signifies that these credentials are used for user
* {@link LoginCredentials} * registration instead of user login
* @throws NoSuchAlgorithmException if the algorithm used is unknown * @throws NoSuchAlgorithmException if the algorithm used is unknown
* @since Envoy Common v0.2-alpha * @since Envoy Common v0.2-alpha
*/ */