This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 2.0.X in repository https://gitbox.apache.org/repos/asf/mina.git
commit 9293769656eeeef666cb5cab54dba45316b63258 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Sat Sep 2 22:45:39 2023 +0200 Fixing a Javadoc issue --- .../java/org/apache/mina/filter/ssl/SslIdentificationAlgorithmTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mina-core/src/test/java/org/apache/mina/filter/ssl/SslIdentificationAlgorithmTest.java b/mina-core/src/test/java/org/apache/mina/filter/ssl/SslIdentificationAlgorithmTest.java index 20270e6fe..8c4755cac 100644 --- a/mina-core/src/test/java/org/apache/mina/filter/ssl/SslIdentificationAlgorithmTest.java +++ b/mina-core/src/test/java/org/apache/mina/filter/ssl/SslIdentificationAlgorithmTest.java @@ -93,6 +93,8 @@ public class SslIdentificationAlgorithmTest { /** * Subject Alternative Name (SAN) scenarios + * + * @exception */ @Test public void shouldAuthenticateWhenServerCertificateAlternativeNameMatchesClientSNIExactly() throws Exception {