From 8253f9bb9b1bd0a50ac7872b9f9ca497691da72b Mon Sep 17 00:00:00 2001 From: Ignacio Pineyro Date: Fri, 5 Sep 2025 12:13:42 -0300 Subject: [PATCH] Delete duplicate comment --- api/src/main/java/io/jsonwebtoken/JwtParser.java | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/main/java/io/jsonwebtoken/JwtParser.java b/api/src/main/java/io/jsonwebtoken/JwtParser.java index df7e173b8..2f132e360 100644 --- a/api/src/main/java/io/jsonwebtoken/JwtParser.java +++ b/api/src/main/java/io/jsonwebtoken/JwtParser.java @@ -22,7 +22,6 @@ import java.io.InputStream; /** - * A parser for reading JWT strings, used to convert them into a {@link Jwt} object representing the expanded JWT. * A parser for reading JWT strings, used to convert them into a {@link Jwt} object representing the expanded JWT. * * @since 0.1