mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +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
|
@ -63,8 +63,8 @@ import sun.security.util.*;
|
|||
*/
|
||||
public class CRLExtensions {
|
||||
|
||||
private Map<String,Extension> map = Collections.synchronizedMap(
|
||||
new TreeMap<String,Extension>());
|
||||
private final Map<String,Extension> map = Collections.synchronizedMap(
|
||||
new TreeMap<>());
|
||||
private boolean unsupportedCritExt = false;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue