rollback this change since it breaks stuff.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@376065 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-02-08 20:58:20 +00:00
parent ef61027ad7
commit 1a3021beac
1 changed files with 2 additions and 2 deletions

View File

@ -319,8 +319,8 @@ public class BrokerService implements Service {
// 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();