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 e0a0856 commit c5bcfa5Copy full SHA for c5bcfa5
src/test/java/com/fasterxml/jackson/annotation/JsonFormatTest.java
@@ -266,7 +266,7 @@ public void testFeatures() {
266
@Test
267
void testRadix() {
268
//Non-Default radix overrides the default
269
- byte binaryRadix = 2;
+ int binaryRadix = 2;
270
final JsonFormat.Value v = JsonFormat.Value.forRadix(binaryRadix);
271
JsonFormat.Value merged = EMPTY.withOverrides(v);
272
assertEquals(DEFAULT_RADIX, EMPTY.getRadix());
0 commit comments