Skip to content

Commit 652dd20

Browse files
Update Configuration.java
1 parent 27daaf7 commit 652dd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary-core/src/main/java/com/cloudinary/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public static class Builder {
312312
/**
313313
* Set the HTTP connection timeout.
314314
*
315-
* @param timeout time in milliseconds, or 0 to use the default platform value
315+
* @param timeout time in seconds, or 0 to use the default platform value
316316
* @return builder for chaining
317317
*/
318318
public Builder setTimeout(int timeout) {

0 commit comments

Comments
 (0)