368240: renamed to use manage/unmanage instead of join/disjoin
This commit is contained in:
parent
fc77165877
commit
d66f45f2da
|
@ -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)
|
SelectConnector(HttpClient httpClient)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue