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 89d6c8c Fixed some javadoc issues
89d6c8c is described below
commit 89d6c8c77158d382a4657b73d4ea28a113d1f319
Author: emmanuel lecharny <[email protected]>
AuthorDate: Wed Feb 9 09:22:36 2022 +0100
Fixed some javadoc issues
---
.../apache/mina/filter/executor/OrderedThreadPoolExecutorTest.java | 2 ++
.../apache/mina/filter/executor/PriorityThreadPoolExecutorTest.java | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git
a/mina-core/src/test/java/org/apache/mina/filter/executor/OrderedThreadPoolExecutorTest.java
b/mina-core/src/test/java/org/apache/mina/filter/executor/OrderedThreadPoolExecutorTest.java
index f0c34e9..b35d9cb 100644
---
a/mina-core/src/test/java/org/apache/mina/filter/executor/OrderedThreadPoolExecutorTest.java
+++
b/mina-core/src/test/java/org/apache/mina/filter/executor/OrderedThreadPoolExecutorTest.java
@@ -53,6 +53,7 @@ public class OrderedThreadPoolExecutorTest
*
* @see org.apache.mina.handler.DIRMINA1156Test
* @see <a href="https://issues.apache.org/jira/browse/DIRMINA-1132">Issue
DIRMINA-1156: Inconsistent worker / idleWorker in ThreadPoolExecutors</a>
+ * @throws Excveption an exception
*/
@Test
public void testRuntimeExceptionInWorkerRun() throws Throwable
@@ -105,6 +106,7 @@ public class OrderedThreadPoolExecutorTest
*
* @see org.apache.mina.handler.DIRMINA1156Test
* @see <a href="https://issues.apache.org/jira/browse/DIRMINA-1132">Issue
DIRMINA-1156: Inconsistent worker / idleWorker in ThreadPoolExecutors</a>
+ * @throws Excveption an exception
*/
@Test
public void testErrorInWorkerRun() throws Throwable
diff --git
a/mina-core/src/test/java/org/apache/mina/filter/executor/PriorityThreadPoolExecutorTest.java
b/mina-core/src/test/java/org/apache/mina/filter/executor/PriorityThreadPoolExecutorTest.java
index 66f092f..8a8ba82 100644
---
a/mina-core/src/test/java/org/apache/mina/filter/executor/PriorityThreadPoolExecutorTest.java
+++
b/mina-core/src/test/java/org/apache/mina/filter/executor/PriorityThreadPoolExecutorTest.java
@@ -272,8 +272,8 @@ public class PriorityThreadPoolExecutorTest {
}
/**
- * Tests the state of {@link PriorityThreadPoolExecutor#idleWorkers} and
{@link PriorityThreadPoolExecutor#workers}
- * after an Error is thrown when the {@link
PriorityThreadPoolExecutor.Worker} is running.
+ * Tests the state of PriorityThreadPoolExecutor workers
+ * after an Error is thrown when the PriorityThreadPoolExecutor worker is
running.
*
* Note that the implementation of this test is <em>not
representative</em> of how tasks are normally executed, as
* tasks would ordinarily be 'wrapped' in a FilterChain. Most FilterChain
implementations would catch the Error that