Skip to content

Commit

Permalink
Fix javadoc character escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Oct 25, 2019
1 parent dd6ae96 commit 25ab08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/core/api/AbstractFileAssert.java
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ public SELF isEmpty() {
}

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

0 comments on commit 25ab08f

Please sign in to comment.