Skip to content

Commit

Permalink
fic javadoc warning
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Sava <bogdan.sava@gmail.com>
  • Loading branch information
bogdan-sava committed Jul 7, 2021
1 parent b28067b commit 9f36692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ default String toJSON(TokenUser user) {
*
* @param token the encoded token
* @param secret secret phrase to decode
* @return
* @return parsed TokenUser
*/
default TokenUser parseUserFromToken(String token, String secret) {
String userJSON = Jwts.parser()
Expand Down

0 comments on commit 9f36692

Please sign in to comment.