-
Bug
-
Resolution: Fixed
-
P5
-
None
-
b03
-
Not verified
* @throws NumberFormatException if the {@code CharSequence} does not
- * contain a parsable {@code int} in the specified
+ * contain a parsable {@code long} in the specified
* {@code radix}, or if {@code radix} is either smaller than
* {@link java.lang.Character#MIN_RADIX} or larger than
* {@link java.lang.Character#MAX_RADIX}.
- * contain a parsable {@code int} in the specified
+ * contain a parsable {@code long} in the specified
* {@code radix}, or if {@code radix} is either smaller than
* {@link java.lang.Character#MIN_RADIX} or larger than
* {@link java.lang.Character#MAX_RADIX}.