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 d8a22e9 commit d07bfaaCopy full SHA for d07bfaa
cloudinary-core/src/main/java/com/cloudinary/transformation/Condition.java
@@ -15,7 +15,7 @@ public Condition() {
15
/**
16
* Create a Condition Object. The conditionStr string will be translated to a serialized condition.
17
* <br>
18
- * For example, <code>new Condition("fc > 3")</code>
+ * For example, <code>new Condition("fc > 3")</code>
19
* @param conditionStr condition in string format
20
*/
21
public Condition(String conditionStr) {
0 commit comments