Author: chirino
Date: Wed Feb 8 12:58:20 2006
New Revision: 376065
URL: http://svn.apache.org/viewcvs?rev=376065&view=rev
Log:
rollback this change since it breaks stuff.
Modified:
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java
Modified:
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java?rev=376065&r1=376064&r2=376065&view=diff
==============================================================================
---
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java
(original)
+++
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java
Wed Feb 8 12:58:20 2006
@@ -319,8 +319,8 @@
// as its way too easy to not be completely sure if start() has
been
// called or not with the gazillion of different configuration
mechanisms
- throw new IllegalStateException("Allready started.");
- //return;
+ //throw new IllegalStateException("Allready started.");
+ return;
}
processHelperProperties();