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:
Hiram R. Chirino 2006-01-20 21:35:09 +00:00
parent 5b2e9be749
commit ef94b843cc
1 changed files with 0 additions and 1 deletions

View File

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