mirror of
https://github.com/apache/activemq.git
synced 2025-03-01 13:49:07 +00:00
fix bad logger define.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1302910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd5124cf94
commit
cdacf82428
@ -41,7 +41,7 @@ import org.slf4j.LoggerFactory;
|
||||
|
||||
public class AMQ3732Test {
|
||||
|
||||
private static Logger LOG = LoggerFactory.getLogger(AMQ3529Test.class);
|
||||
private static Logger LOG = LoggerFactory.getLogger(AMQ3732Test.class);
|
||||
|
||||
private ActiveMQConnectionFactory connectionFactory;
|
||||
private Connection connection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user