8291509: Minor cleanup could be done in sun.security

Reviewed-by: weijun
This commit is contained in:
Mark Powers 2022-09-15 19:59:53 +00:00 committed by Weijun Wang
parent 6beeb8471c
commit 4cec141a90
298 changed files with 2650 additions and 3262 deletions

View file

@ -56,9 +56,9 @@ implements CertAttrSet<String> {
private static final String LABEL = "CRL Number";
private BigInteger crlNumber = null;
private String extensionName;
private String extensionLabel;
private BigInteger crlNumber;
private final String extensionName;
private final String extensionLabel;
// Encode this extension value
private void encodeThis() throws IOException {