Skip to content

Commit

Permalink
Fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Jul 7, 2023
1 parent fb178aa commit ef4c8d9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ public static OrderByClauseBuilder getOrderByClauseBuilder() {

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

0 comments on commit ef4c8d9

Please sign in to comment.