mirror of https://github.com/apache/activemq.git
Fix an apparent copy/paste typo
This commit is contained in:
parent
7b528ecee7
commit
057cf666a0
|
@ -21,7 +21,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class NetworkDestinationView implements NetworkDestinationViewMBean {
|
||||
private static final Logger LOG = LoggerFactory.getLogger(NetworkDestinationViewMBean.class);
|
||||
private static final Logger LOG = LoggerFactory.getLogger(NetworkDestinationView.class);
|
||||
private TimeStatisticImpl timeStatistic = new TimeStatisticImpl("networkEnqueue","network messages enqueued");
|
||||
|
||||
private final String name;
|
||||
|
|
Loading…
Reference in New Issue