NO-JIRA Fix Javadoc warning in ActiveMQTestBase

Fixes Javadoc warnings "Javadoc: Exception Exception is not declared" and "Javadoc: Exception InterruptedException is not declared"
This commit is contained in:
Sebastian Thomschke 2020-01-29 17:34:08 +01:00 committed by GitHub
parent 0be433ee73
commit 0250f84921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -654,7 +654,6 @@ public abstract class ActiveMQTestBase extends Assert {
* Verifies whether weak references are released after a few GCs. * Verifies whether weak references are released after a few GCs.
* *
* @param references * @param references
* @throws InterruptedException
*/ */
public static void checkWeakReferences(final WeakReference<?>... references) { public static void checkWeakReferences(final WeakReference<?>... references) {
int i = 0; int i = 0;
@ -1648,7 +1647,7 @@ public abstract class ActiveMQTestBase extends Assert {
* @param session * @param session
* @param producer * @param producer
* @param numMessages * @param numMessages
* @throws Exception * @throws ActiveMQException
*/ */
public final void sendMessages(ClientSession session, public final void sendMessages(ClientSession session,
ClientProducer producer, ClientProducer producer,