feat: use the same private constructor comment within the whole repository

This commit is contained in:
zihluwang
2025-04-02 20:54:17 +08:00
parent 5f892b34b0
commit 68bf18d944
12 changed files with 13 additions and 15 deletions
@@ -128,7 +128,7 @@ public final class SecretCreator {
}
/**
* Private constructor will protect this class from being instantiated.
* Private constructor to prevent instantiation of this utility class.
*/
private SecretCreator() {
}
@@ -90,7 +90,7 @@ public final class PredefinedKeys {
List.of(ISSUER, SUBJECT, AUDIENCE, EXPIRATION_TIME, NOT_BEFORE, ISSUED_AT, JWT_ID);
/**
* Private constructor will protect this class from being instantiated.
* Private constructor to prevent instantiation of this utility class.
*/
private PredefinedKeys() {
}