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 e7ab455 commit f6704e3Copy full SHA for f6704e3
src/main/java/com/fasterxml/jackson/databind/type/LogicalType.java
@@ -61,8 +61,8 @@ public enum LogicalType
61
Integer,
62
63
/**
64
- * Basic floating-point numbers types like {@code short}, {@code int}, {@code long}
65
- * and matching wrapper types, {@link java.math.BigInteger}.
+ * Basic floating-point numbers types like {@code float}, {@code double},
+ * and matching wrapper types, {@link java.math.BigDecimal}.
66
*/
67
Float,
68
0 commit comments