File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/com/fasterxml/jackson/core/io/schubfach Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public void switchToSubnormal() {
28
28
}
29
29
30
30
/**
31
- * Floating point values in the range 1.0E-3 <= x < 1.0E7 have to be printed
31
+ * Floating point values in the range {@code 1.0E-3 <= x < 1.0E7} have to be printed
32
32
* without exponent. This test checks the values at those boundaries.
33
33
*/
34
34
@ Test
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public void switchToSubnormal() {
28
28
}
29
29
30
30
/**
31
- * Floating point values in the range 1.0E-3 <= x < 1.0E7 have to be printed
31
+ * Floating point values in the range {@code 1.0E-3 <= x < 1.0E7} have to be printed
32
32
* without exponent. This test checks the values at those boundaries.
33
33
*/
34
34
@ Test
You can’t perform that action at this time.
0 commit comments