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:
Timothy A. Bish 2012-03-20 14:19:56 +00:00
parent bd5124cf94
commit cdacf82428

View File

@ -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;