allow hudson to build with 1.5

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1033435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-11-10 12:27:28 +00:00
parent fa4481c421
commit 8ba8b61688
1 changed files with 0 additions and 2 deletions

View File

@ -195,12 +195,10 @@ public class HttpTunnelServlet extends HttpServlet {
// 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);
}