Removed comment reference to connectTLS()
This commit is contained in:
parent
3399ca2619
commit
46b4a32315
|
|
@ -137,7 +137,7 @@ public abstract class ApiConnection implements AutoCloseable {
|
||||||
* commands after a specific time.
|
* commands after a specific time.
|
||||||
*
|
*
|
||||||
* Note: This is not the same as the timeout value passed in the connect()
|
* Note: This is not the same as the timeout value passed in the connect()
|
||||||
* and connectTLS() methods. This timeout is specific to synchronous
|
* methods. This timeout is specific to synchronous
|
||||||
* commands, that timeout is applied to opening the API socket.
|
* commands, that timeout is applied to opening the API socket.
|
||||||
*
|
*
|
||||||
* @param timeout The time out in milliseconds.
|
* @param timeout The time out in milliseconds.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue