Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 44654 invoked from network); 26 Jun 2007 05:12:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 05:12:12 -0000 Received: (qmail 54944 invoked by uid 500); 26 Jun 2007 05:12:16 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 54916 invoked by uid 500); 26 Jun 2007 05:12:16 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 54907 invoked by uid 99); 26 Jun 2007 05:12:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 22:12:16 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 22:12:12 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0FB641A981A; Mon, 25 Jun 2007 22:11:52 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r550694 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java Date: Tue, 26 Jun 2007 05:11:51 -0000 To: commits@activemq.apache.org From: rajdavies@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070626051152.0FB641A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rajdavies Date: Mon Jun 25 22:11:51 2007 New Revision: 550694 URL: http://svn.apache.org/viewvc?view=rev&rev=550694 Log: My bad if not true (I don't see how it could be done) - but why is BrokerService serializable ? - now removed Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java?view=diff&rev=550694&r1=550693&r2=550694 ============================================================================== --- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java (original) +++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerService.java Mon Jun 25 22:11:51 2007 @@ -19,7 +19,6 @@ 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 @@ * * @version $Revision: 1.1 $ */ -public class BrokerService implements Service, Serializable { +public class BrokerService implements Service {