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 8b3d15c Fixed some javadoc errors 8b3d15c is described below commit 8b3d15c3e027302f7deafc3fba5ce53e3e698109 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Wed Feb 9 10:04:10 2022 +0100 Fixed some javadoc errors --- .../apache/mina/filter/executor/OrderedThreadPoolExecutorTest.java | 4 ++-- 1 file changed, 2 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 b35d9cb..c7b6b2e 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,7 +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 + * @throws Throwable an exception */ @Test public void testRuntimeExceptionInWorkerRun() throws Throwable @@ -106,7 +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 + * @throws Throwable an exception */ @Test public void testErrorInWorkerRun() throws Throwable