This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit bf2950585492ff74fb0cf027e5d68abbffa07a34
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jul 7 08:32:00 2023 +0200

    Fix javadocs
---
 .../lib/src/main/java/org/apache/syncope/client/lib/SyncopeClient.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/client/idrepo/lib/src/main/java/org/apache/syncope/client/lib/SyncopeClient.java
 
b/client/idrepo/lib/src/main/java/org/apache/syncope/client/lib/SyncopeClient.java
index 7a14772f9a..c737404fbc 100644
--- 
a/client/idrepo/lib/src/main/java/org/apache/syncope/client/lib/SyncopeClient.java
+++ 
b/client/idrepo/lib/src/main/java/org/apache/syncope/client/lib/SyncopeClient.java
@@ -248,8 +248,7 @@ public class SyncopeClient {
 
     /**
      * Returns the JWT in used by this instance, passed with the {@link 
HttpHeaders#AUTHORIZATION} header
-     * in all requests. It can be null (in case {@link 
NoAuthenticationHandler} or
-     * {@link AnonymousAuthenticationHandler} were used).
+     * in all requests. It can be null (in case {@link 
AnonymousAuthenticationHandler} was used).
      *
      * @return the JWT in used by this instance
      */

Reply via email to