Removed comment reference to connectTLS()

This commit is contained in:
Gideon le Grange 2016-01-04 09:38:15 +02:00
parent 3399ca2619
commit 46b4a32315
1 changed files with 1 additions and 1 deletions

View File

@ -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.