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 a219ae8 commit b2fd05fCopy full SHA for b2fd05f
src/main/java/com/code_intelligence/jazzer/mutation/annotation/Negative.java
@@ -25,7 +25,7 @@
25
import java.lang.annotation.Target;
26
27
/**
28
- * Generates a negative number, that is, a number < 0.
+ * Generates a negative number, that is, a number {@literal <} 0.
29
*
30
* <p>For {@code float} and {@code double} this does not include -0.0 or NaN.
31
*/
src/main/java/com/code_intelligence/jazzer/mutation/annotation/NonPositive.java
- * Generates a non-positive number, that is, a number <= 0.
+ * Generates a non-positive number, that is, a number {@literal <=} 0.
* <p>For {@code float} and {@code double} this does not include NaN.
0 commit comments