This commit is contained in:
Christopher L. Shannon 2020-01-30 15:53:12 -05:00 committed by GitHub
commit 7ad2d0f71a
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,