From e5e5cef50e18b35870589dc71a4f99cdd5bfb001 Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Thu, 7 Dec 2023 11:24:37 +0100 Subject: [PATCH] Improve description of the User class in the `jpro-auth` module --- .../java/one/jpro/platform/auth/authentication/User.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jpro-auth/src/main/java/one/jpro/platform/auth/authentication/User.java b/jpro-auth/src/main/java/one/jpro/platform/auth/authentication/User.java index eb2838fe..8a242548 100755 --- a/jpro-auth/src/main/java/one/jpro/platform/auth/authentication/User.java +++ b/jpro-auth/src/main/java/one/jpro/platform/auth/authentication/User.java @@ -10,8 +10,10 @@ /** * An implementation of the {@link Authentication} interface to - * be used on the server side to create authentication objects - * from user data. + * be used on the client side to create authentication objects + * from user data. The term client does not imply any particular + * implementation characteristics (e.g., whether the application + * executes on a server, a desktop, or other devices). * * @author Besmir Beqiri */