mirror of https://github.com/apache/activemq.git
removed SPLATTT! comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@392487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c72961e09
commit
9cd60d8c5d
|
@ -186,7 +186,6 @@ public class RegionBroker implements Broker {
|
|||
|
||||
public Destination addDestination(ConnectionContext context, ActiveMQDestination destination) throws Exception {
|
||||
if( destinations.contains(destination) ){
|
||||
System.err.println(brokerService.getBrokerName() + " SPLATYTTTT!!!!");
|
||||
throw new JMSException("Destination already exists: "+destination);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue