mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8028266: Tidy warnings cleanup for packages java.security/javax.security
Some tidy warnings in docs were fixed Reviewed-by: mullan, wetmore
This commit is contained in:
parent
d5d207d635
commit
765a1e4435
56 changed files with 159 additions and 370 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1998, 2015, 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
|
||||
|
@ -595,7 +595,6 @@ public abstract class KeyStoreSpi {
|
|||
* Probes the specified input stream to determine whether it contains a
|
||||
* keystore that is supported by this implementation, or not.
|
||||
*
|
||||
* <p>
|
||||
* @implSpec
|
||||
* This method returns false by default. Keystore implementations should
|
||||
* override this method to peek at the data stream directly or to use other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue