mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8286773: cleanup @returns in sun.security classes
Reviewed-by: xuelei
This commit is contained in:
parent
af24d2d1d6
commit
63bd3b7728
2 changed files with 4 additions and 4 deletions
|
@ -4070,7 +4070,7 @@ public final class Main {
|
|||
* It must have the same public key as certToVerify
|
||||
* but cannot be the same cert.
|
||||
* @param certToVerify the starting certificate to build the chain
|
||||
* @returns the established chain, might be null if user decides not
|
||||
* @return the established chain, might be null if user decides not
|
||||
*/
|
||||
private Certificate[] establishCertChain(Certificate userCert,
|
||||
Certificate certToVerify)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue