Skip to content

Commit b3926d3

Browse files
author
Zihlu Wang
committed
docs(simple-jwt): Added author to javadoc.
1 parent aa3213c commit b3926d3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

simple-jwt-facade/src/main/java/cn/org/codecrafters/simplejwt/TokenPayload.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* }
4040
* </pre>
4141
*
42+
* @author Zihlu Wang
4243
* @version 1.1.0
4344
* @since 1.0.0
4445
*/

simple-jwt-facade/src/main/java/cn/org/codecrafters/simplejwt/constants/PredefinedKeys.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
* Note: This class is final and cannot be instantiated. It only serves as a utility class to hold the standard JWT
4242
* claim constants.
4343
*
44+
* @author Zihlu Wang
4445
* @version 1.1.0
4546
* @since 1.0.0
4647
*/

simple-jwt-facade/src/main/java/cn/org/codecrafters/simplejwt/constants/TokenAlgorithm.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* <li>{@link TokenAlgorithm#ES512}: ECDSA with SHA-512</li>
4040
* </ul>
4141
*
42+
* @author Zihlu Wang
4243
* @version 1.1.0
4344
* @since 1.0.0
4445
*/

0 commit comments

Comments
 (0)