mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8257237: Cleanup unused imports in the SunJSSE provider implementation
Reviewed-by: wetmore
This commit is contained in:
parent
816e8f83b8
commit
fdee70d174
3 changed files with 1 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -29,9 +29,7 @@ import java.util.HashSet;
|
|||
import java.util.Set;
|
||||
import sun.security.ssl.CipherSuite.HashAlg;
|
||||
import sun.security.ssl.CipherSuite.KeyExchange;
|
||||
import static sun.security.ssl.CipherSuite.KeyExchange.*;
|
||||
import sun.security.ssl.CipherSuite.MacAlg;
|
||||
import static sun.security.ssl.SSLCipher.*;
|
||||
import sun.security.util.AlgorithmDecomposer;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue