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 159355e commit 085a756Copy full SHA for 085a756
src/main/java/com/fasterxml/jackson/core/io/doubleparser/package-info.java
@@ -5,9 +5,6 @@
5
* <dd>Copyright (c) Werner Randelshofer. Apache 2.0 License.
6
* <a href="https://github.com/wrandelshofer/FastDoubleParser">github.com</a>.</dd>
7
* </dl>
8
- */
9
-
10
-/**
11
* Provides parsers that parse a {@code FloatValue} from a
12
* {@link java.lang.CharSequence}, {@code char} array, or {@code byte} array
13
* ({@code str});.
@@ -123,5 +120,7 @@
123
120
* <dd><a href="https://docs.oracle.com/javase/specs/jls/se18/html/jls-3.html#jls-3.10.2">docs.oracle.com</a></dd>
124
121
125
122
* </p>
+ *
+ * @since 2.14
126
*/
127
package com.fasterxml.jackson.core.io.doubleparser;
0 commit comments