mirror of https://github.com/apache/activemq.git
Don't add the same CompositeDataSupport instance into the TabularData
twice (Doh!) git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@463232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
daa3c005c5
commit
3c9a89ac1a
|
@ -212,7 +212,6 @@ public class DestinationView implements DestinationViewMBean {
|
||||||
rc.put(new CompositeDataSupport(ct,factory.getFields(messages[i])));
|
rc.put(new CompositeDataSupport(ct,factory.getFields(messages[i])));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rc.put(new CompositeDataSupport(ct,factory.getFields(messages[i])));
|
|
||||||
} catch(Throwable e) {
|
} catch(Throwable e) {
|
||||||
log.warn("exception browsing destination",e);
|
log.warn("exception browsing destination",e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue