Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 74510 invoked from network); 10 Nov 2010 12:28:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Nov 2010 12:28:14 -0000 Received: (qmail 82813 invoked by uid 500); 10 Nov 2010 12:28:45 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 82752 invoked by uid 500); 10 Nov 2010 12:28:43 -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 82745 invoked by uid 99); 10 Nov 2010 12:28:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 12:28:42 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 12:28:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C8B5D238897F; Wed, 10 Nov 2010 12:27:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1033435 - /activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTunnelServlet.java Date: Wed, 10 Nov 2010 12:27:28 -0000 To: commits@activemq.apache.org From: gtully@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101110122728.C8B5D238897F@eris.apache.org> Author: gtully Date: Wed Nov 10 12:27:28 2010 New Revision: 1033435 URL: http://svn.apache.org/viewvc?rev=1033435&view=rev Log: allow hudson to build with 1.5 Modified: activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTunnelServlet.java Modified: activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTunnelServlet.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTunnelServlet.java?rev=1033435&r1=1033434&r2=1033435&view=diff ============================================================================== --- activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTunnelServlet.java (original) +++ activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/transport/http/HttpTunnelServlet.java Wed Nov 10 12:27:28 2010 @@ -195,12 +195,10 @@ public class HttpTunnelServlet extends H // Ensure that the client's transport is cleaned up when no longer // needed. answer.addServiceListener(new ServiceListener() { - @Override public void started(Service service) { // Nothing to do. } - @Override public void stopped(Service service) { clients.remove(clientID); }