We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67e1e2 commit e13c8caCopy full SHA for e13c8ca
README.md
@@ -125,7 +125,7 @@ Assuming you have your Cloudinary configuration parameters defined (`cloud_name`
125
126
The following example uploads a local JPG to the cloud:
127
128
- cloudinary.uploader().upload("my_picture.jpg", Cloudinary.emptyMap());
+ cloudinary.uploader().upload("my_picture.jpg", ObjectUtils.emptyMap());
129
130
The uploaded image is assigned a randomly generated public ID. The image is immediately available for download through a CDN:
131
0 commit comments