Skip to content

Commit f6704e3

Browse files
committed
Fix documentation for LogicalType.Float
1 parent e7ab455 commit f6704e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/fasterxml/jackson/databind/type/LogicalType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public enum LogicalType
6161
Integer,
6262

6363
/**
64-
* Basic floating-point numbers types like {@code short}, {@code int}, {@code long}
65-
* and matching wrapper types, {@link java.math.BigInteger}.
64+
* Basic floating-point numbers types like {@code float}, {@code double},
65+
* and matching wrapper types, {@link java.math.BigDecimal}.
6666
*/
6767
Float,
6868

0 commit comments

Comments
 (0)