Skip to content

Commit 749d2fe

Browse files
committed
Merge branch '2.19' into 2.x
2 parents eae69d5 + 422f7fb commit 749d2fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

src/test/java/com/fasterxml/jackson/core/testutil/failure/JacksonTestFailureExpected.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* indicating that the test was expected to fail but didn't.
1919
* </p>
2020
*
21-
* <h3>Usage Example:</h3>
21+
* <h2>Usage Example:</h2>
2222
*
2323
* <pre><code>
2424
*

0 commit comments

Comments
 (0)