My bad if not true (I don't see how it could be done) - but why is BrokerService serializable ? - now removed

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@550694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-06-26 05:11:51 +00:00
parent b484eeb595
commit 2bed73b2f1
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ package org.apache.activemq.broker;
import java.io.File;
import java.io.IOException;
import java.io.Serializable;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.UnknownHostException;
@ -93,7 +92,7 @@ import org.apache.commons.logging.LogFactory;
*
* @version $Revision: 1.1 $
*/
public class BrokerService implements Service, Serializable {
public class BrokerService implements Service {