From 4b7051c78ed41666baf6c7c4f4b84c8f8ab526aa Mon Sep 17 00:00:00 2001 From: delvh Date: Sun, 9 Feb 2020 16:42:02 +0100 Subject: [PATCH] adapted Javadoc slightly --- src/main/java/envoy/data/LoginCredentials.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/envoy/data/LoginCredentials.java b/src/main/java/envoy/data/LoginCredentials.java index fbcb398..4cf4af2 100644 --- a/src/main/java/envoy/data/LoginCredentials.java +++ b/src/main/java/envoy/data/LoginCredentials.java @@ -28,8 +28,8 @@ public class LoginCredentials implements Serializable { * * @param identifier the identifier of the user * @param password the password of the user (will be converted to a hash) - * @param registration if true, the user registers himself with this - * {@link LoginCredentials} + * @param registration signifies that these credentials are used for user + * registration instead of user login * @throws NoSuchAlgorithmException if the algorithm used is unknown * @since Envoy Common v0.2-alpha */