mirror of https://github.com/apache/activemq.git
removed unused line
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@370901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b2e9be749
commit
ef94b843cc
|
@ -115,7 +115,6 @@ public class ManagedTransportConnection extends TransportConnection {
|
|||
// Build the object name for the destination
|
||||
Hashtable map = new Hashtable(connectorName.getKeyPropertyList());
|
||||
map.put("Type", "Connection");
|
||||
String jmxConnectionId = JMXSupport.encodeObjectNamePart(connectionId);
|
||||
map.put("Connection", JMXSupport.encodeObjectNamePart(connectionId));
|
||||
try {
|
||||
return new ObjectName(connectorName.getDomain(), map);
|
||||
|
|
Loading…
Reference in New Issue