Skip to content

Commit 6a2aeec

Browse files
committed
Merge branch '2.x' into 3.x
2 parents a912b0d + 749d2fe commit 6a2aeec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/java/tools/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
*

src/test/java/tools/jackson/core/unittest/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/tools/jackson/core/unittest/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)