This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.1.X by this push:
new afce8e0c2 Fixed a javadoc issue
afce8e0c2 is described below
commit afce8e0c2143ea1e7f2235ea1d7f72de755218cb
Author: emmanuel lecharny <[email protected]>
AuthorDate: Wed Sep 6 16:03:08 2023 +0200
Fixed a javadoc issue
---
.../java/org/apache/mina/filter/ssl/SslIdentificationAlgorithmTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 992b6c57a..a53115b67 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
@@ -95,7 +95,7 @@ public class SslIdentificationAlgorithmTest {
/**
* Subject Alternative Name (SAN) scenarios
*
- * @exception
+ * @exception Exception If the test trhows an exception
*/
@Test
public void
shouldAuthenticateWhenServerCertificateAlternativeNameMatchesClientSNIExactly()
throws Exception {