We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca484be commit 5c318f6Copy full SHA for 5c318f6
api/src/main/java/io/jsonwebtoken/Jwts.java
@@ -1068,7 +1068,7 @@ public static JwtBuilder builder() {
1068
/**
1069
* Returns a new {@link JwtParserBuilder} instance that can be configured to create an immutable/thread-safe {@link JwtParser}.
1070
*
1071
- * @return a new {@link JwtParser} instance that can be configured create an immutable/thread-safe {@link JwtParser}.
+ * @return a new {@link JwtParserBuilder} instance that can be configured create an immutable/thread-safe {@link JwtParser}.
1072
*/
1073
public static JwtParserBuilder parser() {
1074
return JWT_PARSER_BUILDER_SUPPLIER.get();
0 commit comments