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 */