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 dc9888e commit 0ea3baeCopy full SHA for 0ea3bae
src/test/java/com/fasterxml/jackson/core/io/schubfach/DoubleToStringTest.java
@@ -28,7 +28,7 @@ public void switchToSubnormal() {
28
}
29
30
/**
31
- * Floating point values in the range 1.0E-3 <= x < 1.0E7 have to be printed
+ * Floating point values in the range {@code 1.0E-3 <= x < 1.0E7} have to be printed
32
* without exponent. This test checks the values at those boundaries.
33
*/
34
@Test
src/test/java/com/fasterxml/jackson/core/io/schubfach/FloatToStringTest.java
0 commit comments