mirror of https://github.com/apache/activemq.git
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:
parent
b484eeb595
commit
2bed73b2f1
|
@ -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 {
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue