Skip to content

Commit 0144507

Browse files
Merge pull request #241 from cloudinary/comment/fix-mistake-in-comment
Update comment in Configuration.java
2 parents 27daaf7 + 652dd20 commit 0144507

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)