Skip to content

Commit d76039d

Browse files
committed
8257725: No throws of SSLHandshakeException
Reviewed-by: jnimeh
1 parent fcc8479 commit d76039d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,6 @@ void shutdown() {
258258
*
259259
* @return an unmodifiable {@code Map} containing the certificate and
260260
* its usually
261-
*
262-
* @throws SSLHandshakeException if an unsupported
263-
* {@code CertStatusRequest} is provided.
264261
*/
265262
Map<X509Certificate, byte[]> get(CertStatusRequestType type,
266263
CertStatusRequest request, X509Certificate[] chain, long delay,

0 commit comments

Comments
 (0)