mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8291509: Minor cleanup could be done in sun.security
Reviewed-by: weijun
This commit is contained in:
parent
6beeb8471c
commit
4cec141a90
298 changed files with 2650 additions and 3262 deletions
|
@ -49,9 +49,9 @@ public class CRLReasonCodeExtension extends Extension
|
|||
public static final String NAME = "CRLReasonCode";
|
||||
public static final String REASON = "reason";
|
||||
|
||||
private static CRLReason[] values = CRLReason.values();
|
||||
private static final CRLReason[] values = CRLReason.values();
|
||||
|
||||
private int reasonCode = 0;
|
||||
private int reasonCode;
|
||||
|
||||
private void encodeThis() throws IOException {
|
||||
if (reasonCode == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue