File tree 2 files changed +5
-5
lines changed
src/main/java/com/fasterxml/jackson/databind 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -753,10 +753,10 @@ public long asLong(long defaultValue) {
753
753
/**
754
754
* Method that will try to convert value of this node to a Java <b>double</b>.
755
755
* Numbers are coerced using default Java rules; booleans convert to 0.0 (false)
756
- * and 1.0 (true), and Strings are parsed using default Java language integer
756
+ * and 1.0 (true), and Strings are parsed using default Java language {@code double}
757
757
* parsing rules.
758
758
*<p>
759
- * If representation cannot be converted to an int (including structured types
759
+ * If representation cannot be converted to a {@code double} (including structured types
760
760
* like Objects and Arrays),
761
761
* default value of <b>0.0</b> will be returned; no exceptions are thrown.
762
762
*/
@@ -767,10 +767,10 @@ public double asDouble() {
767
767
/**
768
768
* Method that will try to convert value of this node to a Java <b>double</b>.
769
769
* Numbers are coerced using default Java rules; booleans convert to 0.0 (false)
770
- * and 1.0 (true), and Strings are parsed using default Java language integer
770
+ * and 1.0 (true), and Strings are parsed using default Java language {@code double}
771
771
* parsing rules.
772
772
*<p>
773
- * If representation cannot be converted to an int (including structured types
773
+ * If representation cannot be converted to a {@code double} (including structured types
774
774
* like Objects and Arrays),
775
775
* specified <b>defaultValue</b> will be returned; no exceptions are thrown.
776
776
*/
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public final class AnnotatedClass
77
77
final protected Class <?> _primaryMixIn ;
78
78
79
79
/**
80
- * Flag that indicates whether (fulll ) annotation resolution should
80
+ * Flag that indicates whether (full ) annotation resolution should
81
81
* occur: starting with 2.11 is disabled for JDK container types.
82
82
*
83
83
* @since 2.11
You can’t perform that action at this time.
0 commit comments