Fixed compilation problem.

This commit is contained in:
Simone Bordet 2012-11-23 14:13:07 +01:00
parent b7cdb29a14
commit 6756cc7e75
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ public class HttpDestination implements Destination, AutoCloseable, Dumpable
// Create a new connection, and pass a ProxyPromise to establish a proxy tunnel, if needed.
// Differently from the case where the connection is created explicitly by applications, here
// we need to do a bit more logging and keep track of the connection count in case of failures.
newConnection(new ProxyPromise<Connection>(promise)
newConnection(new ProxyPromise(promise)
{
@Override
public void succeeded(Connection connection)