368240: renamed to use manage/unmanage instead of join/disjoin

This commit is contained in:
Greg Wilkins 2012-01-11 11:16:31 +11:00
parent fc77165877
commit d66f45f2da
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ class SelectConnector extends AggregateLifeCycle implements HttpClient.Connector
/* ------------------------------------------------------------ */
/**
* @param httpClient the HttpClient this connector is associated to
* @param httpClient the HttpClient this connector is associated to. It is
* added via the {@link #addBean(Object, boolean)} as an unmanaged bean.
*/
SelectConnector(HttpClient httpClient)
{