JavaDoc fixes

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@573984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-09-09 10:43:25 +00:00
parent 260091f9f9
commit e06ad24e3d
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ void tunnelProxy(HttpHost next, boolean secure, HttpParams params)
/** /**
* Layers a new protocol on top of a {@link #tunnelCreated tunnelled} * Layers a new protocol on top of a {@link #tunnelTarget tunnelled}
* connection. This is typically used to create a TLS/SSL connection * connection. This is typically used to create a TLS/SSL connection
* through a proxy. * through a proxy.
* The route is the one previously passed to {@link #open open}. * The route is the one previously passed to {@link #open open}.

View File

@ -699,7 +699,7 @@ protected boolean createTunnelToProxy(HttpRoute route, int hop,
/** /**
* Creates the CONNECT request for tunnelling. * Creates the CONNECT request for tunnelling.
* Called by {@link #createTunnel createTunnel}. * Called by {@link #createTunnelToTarget createTunnelToTarget}.
* *
* @param route the route to establish * @param route the route to establish
* @param context the context for request execution * @param context the context for request execution