Skip to content

Commit 085a756

Browse files
committed
tiny javadoc tweak
1 parent 159355e commit 085a756

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/com/fasterxml/jackson/core/io/doubleparser/package-info.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
* <dd>Copyright (c) Werner Randelshofer. Apache 2.0 License.
66
* <a href="https://github.com/wrandelshofer/FastDoubleParser">github.com</a>.</dd>
77
* </dl>
8-
*/
9-
10-
/**
118
* Provides parsers that parse a {@code FloatValue} from a
129
* {@link java.lang.CharSequence}, {@code char} array, or {@code byte} array
1310
* ({@code str});.
@@ -123,5 +120,7 @@
123120
* <dd><a href="https://docs.oracle.com/javase/specs/jls/se18/html/jls-3.html#jls-3.10.2">docs.oracle.com</a></dd>
124121
* </dl>
125122
* </p>
123+
*
124+
* @since 2.14
126125
*/
127126
package com.fasterxml.jackson.core.io.doubleparser;

0 commit comments

Comments
 (0)