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:
Robert Davies 2006-04-08 07:07:15 +00:00
parent 3c72961e09
commit 9cd60d8c5d
1 changed files with 0 additions and 1 deletions

View File

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