Skip to content

Commit d07bfaa

Browse files
author
Amir Tocker
committed
Fix javadoc.
1 parent d8a22e9 commit d07bfaa

File tree

1 file changed

+1
-1
lines changed
  • cloudinary-core/src/main/java/com/cloudinary/transformation

1 file changed

+1
-1
lines changed

cloudinary-core/src/main/java/com/cloudinary/transformation/Condition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public Condition() {
1515
/**
1616
* Create a Condition Object. The conditionStr string will be translated to a serialized condition.
1717
* <br>
18-
* For example, <code>new Condition("fc > 3")</code>
18+
* For example, <code>new Condition("fc &gt; 3")</code>
1919
* @param conditionStr condition in string format
2020
*/
2121
public Condition(String conditionStr) {

0 commit comments

Comments
 (0)