Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 78695 invoked from network); 17 Apr 2008 18:30:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 18:30:10 -0000 Received: (qmail 65850 invoked by uid 500); 17 Apr 2008 18:30:11 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 65786 invoked by uid 500); 17 Apr 2008 18:30:11 -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 65754 invoked by uid 99); 17 Apr 2008 18:30:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 11:30:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 17 Apr 2008 18:29:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5C65A1A9832; Thu, 17 Apr 2008 11:29:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r649216 - /activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTransportFactory.java Date: Thu, 17 Apr 2008 18:29:47 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080417182947.5C65A1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Thu Apr 17 11:29:46 2008 New Revision: 649216 URL: http://svn.apache.org/viewvc?rev=649216&view=rev Log: Missed this file with my last commit Modified: activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTransportFactory.java Modified: activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTransportFactory.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTransportFactory.java?rev=649216&r1=649215&r2=649216&view=diff ============================================================================== --- activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTransportFactory.java (original) +++ activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTransportFactory.java Thu Apr 17 11:29:46 2008 @@ -38,7 +38,7 @@ private static final Log LOG = LogFactory.getLog(HttpTransportFactory.class); - public TransportServer doBind(String brokerId, URI location) throws IOException { + public TransportServer doBind(URI location) throws IOException { return new HttpTransportServer(location); }