Skip to content

Commit

Permalink
Clean up comments.
Browse files Browse the repository at this point in the history
Clean up comments.
  • Loading branch information
infstar committed Nov 22, 2024
1 parent f5a6c4e commit 4c5f743
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ public static String getName(Jwt jwt) {

/**
* Gets name string
* => If it is service account, get it from request header. Otherwise, get it from jwt token
* => If it is service account, get it from request header. Otherwise, get it from jwt
*
* @param jwt the JWT
* @param request the Request Header
* @return the username string from jwt
* @return the username string
*/
public static String getName(Jwt jwt, HttpServletRequest request) {
StringBuilder sb = new StringBuilder();
Expand Down

0 comments on commit 4c5f743

Please sign in to comment.