Skip to content

Commit 5c318f6

Browse files
committed
Fixed minor javadoc typo
1 parent ca484be commit 5c318f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/jsonwebtoken/Jwts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ public static JwtBuilder builder() {
10681068
/**
10691069
* Returns a new {@link JwtParserBuilder} instance that can be configured to create an immutable/thread-safe {@link JwtParser}.
10701070
*
1071-
* @return a new {@link JwtParser} instance that can be configured create an immutable/thread-safe {@link JwtParser}.
1071+
* @return a new {@link JwtParserBuilder} instance that can be configured create an immutable/thread-safe {@link JwtParser}.
10721072
*/
10731073
public static JwtParserBuilder parser() {
10741074
return JWT_PARSER_BUILDER_SUPPLIER.get();

0 commit comments

Comments
 (0)