Add milliseconds hint to comment of getConnectTimeout

This commit is contained in:
xhh 2015-12-24 17:56:19 +08:00
parent a58901f375
commit 8fa14446e3
2 changed files with 2 additions and 2 deletions

View File

@ -480,7 +480,7 @@ public class ApiClient {
}
/**
* Sets the connect timeout.
* Sets the connect timeout (in milliseconds).
* A value of 0 means no timeout, otherwise values must be between 1 and
* {@link Integer#MAX_VALUE}.
*/

View File

@ -479,7 +479,7 @@ public class ApiClient {
}
/**
* Sets the connect timeout.
* Sets the connect timeout (in milliseconds).
* A value of 0 means no timeout, otherwise values must be between 1 and
* {@link Integer#MAX_VALUE}.
*/