8242366: Fix JavaDoc warnings

Reviewed-by: dfuchs, mullan, prappo, weijun
This commit is contained in:
Vipin Sharma 2020-04-15 20:42:43 +01:00 committed by Pavel Rappo
parent 941bb3bcb8
commit cc05419e1a
23 changed files with 44 additions and 56 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2018, 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
@ -483,7 +483,7 @@ final class StatusResponseManager {
* and its corresponding CertId.
*
* @param subjectCert the certificate to be checked for revocation
* @param cid the CertId for {@code subjectCert}
* @param certId the CertId for {@code subjectCert}
*/
StatusInfo(X509Certificate subjectCert, CertId certId) {
cert = subjectCert;