Skip to content

Commit b6bb57f

Browse files
committed
More general comment suitable for all Tomcat versions
1 parent 797cab0 commit b6bb57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/org/apache/tomcat/util/net/ocsp/TestOcspSoftFail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void testNoResponderWithoutSoftFail() throws Exception {
5050
doTest(false, false, ClientCertificateVerification.ENABLED, false, Boolean.FALSE);
5151
} catch (SocketException | SSLException e) {
5252
// APR or NIO2 may throw a SocketException rather than a SSLHandshakeException
53-
// Older Java versions may throw an SSLException rather than a SSLHandshakeException
53+
// Different Java versions may throw an SSLException rather than a SSLHandshakeException
5454
throw new SSLHandshakeException(e.getMessage());
5555
}
5656
}

0 commit comments

Comments
 (0)