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
The following commit(s) were added to refs/heads/2.0.X by this push:
new 6e51c5656 Fixed some maven site issues
6e51c5656 is described below
commit 6e51c565628a47e2ef9ae7621d4286cf600dafc3
Author: emmanuel lecharny <[email protected]>
AuthorDate: Tue Oct 15 10:57:18 2024 +0200
Fixed some maven site issues
---
.../src/test/java/org/apache/mina/core/buffer/Utf16StringTest.java | 2 +-
.../org/apache/mina/filter/ssl/SslIdentificationAlgorithmTest.java | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git
a/mina-core/src/test/java/org/apache/mina/core/buffer/Utf16StringTest.java
b/mina-core/src/test/java/org/apache/mina/core/buffer/Utf16StringTest.java
index ab6055b12..31f8f80ea 100644
--- a/mina-core/src/test/java/org/apache/mina/core/buffer/Utf16StringTest.java
+++ b/mina-core/src/test/java/org/apache/mina/core/buffer/Utf16StringTest.java
@@ -28,7 +28,7 @@ import java.nio.charset.StandardCharsets;
import org.junit.Test;
public class Utf16StringTest {
- /**
+ /*
* Based on
mina-core\src\test\java\org\apache\mina\core\buffer\IoBufferTest.testGetString(CharsetDecoder)
* in branch 2.1.X
*/
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 8c4755cac..d022ef627 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
@@ -91,10 +91,8 @@ public class SslIdentificationAlgorithmTest {
assertFalse(handshakeDone.await(10, TimeUnit.SECONDS));
}
- /**
+ /*
* Subject Alternative Name (SAN) scenarios
- *
- * @exception
*/
@Test
public void
shouldAuthenticateWhenServerCertificateAlternativeNameMatchesClientSNIExactly()
throws Exception {