Skip to content

Commit 8c0ba23

Browse files
author
Daniel Cohen
committed
added deprecated asMap method to Cloudinary (support old api)
1 parent a6d3a4a commit 8c0ba23

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,9 @@ protected Map parseConfigUrl(String cloudinaryUrl) {
229229
}
230230
return params;
231231
}
232-
232+
233+
@Deprecated
234+
public static Map asMap(Object... values) {
235+
return ObjectUtils.asMap(values);
236+
}
233237
}

0 commit comments

Comments
 (0)