Skip to content

Commit 6b8a7f0

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 7e8c134 + 0ea3bae commit 6b8a7f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/com/fasterxml/jackson/core/io/schubfach/DoubleToStringTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void switchToSubnormal() {
2828
}
2929

3030
/**
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
3232
* without exponent. This test checks the values at those boundaries.
3333
*/
3434
@Test

src/test/java/com/fasterxml/jackson/core/io/schubfach/FloatToStringTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void switchToSubnormal() {
2828
}
2929

3030
/**
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
3232
* without exponent. This test checks the values at those boundaries.
3333
*/
3434
@Test

0 commit comments

Comments
 (0)