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:
parent
0be433ee73
commit
0250f84921
|
@ -654,7 +654,6 @@ public abstract class ActiveMQTestBase extends Assert {
|
|||
* Verifies whether weak references are released after a few GCs.
|
||||
*
|
||||
* @param references
|
||||
* @throws InterruptedException
|
||||
*/
|
||||
public static void checkWeakReferences(final WeakReference<?>... references) {
|
||||
int i = 0;
|
||||
|
@ -1648,7 +1647,7 @@ public abstract class ActiveMQTestBase extends Assert {
|
|||
* @param session
|
||||
* @param producer
|
||||
* @param numMessages
|
||||
* @throws Exception
|
||||
* @throws ActiveMQException
|
||||
*/
|
||||
public final void sendMessages(ClientSession session,
|
||||
ClientProducer producer,
|
||||
|
|
Loading…
Reference in New Issue