Skip to content

Commit e1fbd34

Browse files
nitzanjtocker
authored andcommitted
Better comment.
1 parent 544d7e6 commit e1fbd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary-core/src/main/java/com/cloudinary/strategies/AbstractUploaderStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected String buildUploadUrl(String action, Map options) {
3535
throw new IllegalArgumentException("Must supply cloud_name in tag or in configuration");
3636

3737
if (action.equals("delete_by_token")) {
38-
// the only method (so far) that doesn't need resource_type
38+
// delete_by_token doesn't need resource_type
3939
return StringUtils.join(new String[]{cloudinary, "v1_1", cloud_name, action}, "/");
4040
} else {
4141
String resource_type = ObjectUtils.asString(options.get("resource_type"), "image");

0 commit comments

Comments
 (0)