mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8261880: Change nested classes in java.base to static nested classes where possible
Reviewed-by: redestad
This commit is contained in:
parent
459abd561a
commit
9425d3de83
11 changed files with 15 additions and 15 deletions
|
@ -884,7 +884,7 @@ abstract class DomainKeyStore extends KeyStoreSpi {
|
|||
/*
|
||||
* Utility class that holds the components used to construct a KeyStore.Builder
|
||||
*/
|
||||
class KeyStoreBuilderComponents {
|
||||
static class KeyStoreBuilderComponents {
|
||||
String name;
|
||||
String type;
|
||||
Provider provider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue