mirror of https://github.com/apache/activemq.git
fixed classname specified in the log.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@451617 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61308b8ff9
commit
aa532c1661
|
@ -15,7 +15,7 @@ import javax.jms.Topic;
|
|||
public class JmsSendReceiveWithMessageExpirationTest extends TestSupport {
|
||||
|
||||
private static final org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory
|
||||
.getLog(JmsQueueSendReceiveWithMessageExpiration.class);
|
||||
.getLog(JmsSendReceiveWithMessageExpirationTest.class);
|
||||
|
||||
protected int messageCount = 100;
|
||||
protected String[] data;
|
||||
|
|
Loading…
Reference in New Issue