8286773: cleanup @returns in sun.security classes

Reviewed-by: xuelei
This commit is contained in:
John Jiang 2022-05-14 21:52:22 +00:00
parent af24d2d1d6
commit 63bd3b7728
2 changed files with 4 additions and 4 deletions

View file

@ -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)