Skip to content

Commit 25ab08f

Browse files
committed
Fix javadoc character escaping
1 parent dd6ae96 commit 25ab08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/assertj/core/api/AbstractFileAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ public SELF isEmpty() {
10171017
}
10181018

10191019
/**
1020-
* Verify that the actual {@code File} is not empty (i.e. the file size > 0).
1020+
* Verify that the actual {@code File} is not empty (i.e. the file size > 0).
10211021
* <p>
10221022
* Example:
10231023
* <pre><code class='java'> File file = File.createTempFile(&quot;tmp&quot;, &quot;txt&quot;);

0 commit comments

Comments
 (0)