Skip to content

Commit f6b863b

Browse files
committed
Update to #150/#151 -- do not yet remove NumberInput.NASTY_SMALL_DOUBLE but deprecate
1 parent 2b526bc commit f6b863b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/com/fasterxml/jackson/core/io/NumberInput.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
public final class NumberInput
66
{
7+
/**
8+
* Formerly used constant for a value that was problematic on certain
9+
* pre-1.8 JDKs.
10+
*
11+
* @deprecated Since 2.14 -- do not use
12+
*/
13+
@Deprecated // since 2.14
14+
public final static String NASTY_SMALL_DOUBLE = "2.2250738585072012e-308";
15+
716
/**
817
* Constants needed for parsing longs from basic int parsing methods
918
*/

0 commit comments

Comments
 (0)