Skip to content

Commit

Permalink
TKSS-621: CertListFormat.format should be private final
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshajiang committed Jan 3, 2024
1 parent 9a39a8b commit dfa5380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ enum CertListFormat {
// sign_cert | ca_list | enc_cert
SIGN_CA_ENC("SIGN|CA|ENC"); // TASSL preference

String format;
private final String format;

CertListFormat(String format) {
this.format = format;
Expand Down

0 comments on commit dfa5380

Please sign in to comment.