Fix malformed JsonElement.getAsBigDecimal() javadoc (#1772)
This commit is contained in:
parent
6d2557d5d1
commit
893a7e1c5c
@ -268,7 +268,7 @@ public abstract class JsonElement {
|
||||
*
|
||||
* @return get this element as a {@link BigDecimal}.
|
||||
* @throws ClassCastException if the element is of not a {@link JsonPrimitive}.
|
||||
* * @throws NumberFormatException if the element is not a valid {@link BigDecimal}.
|
||||
* @throws NumberFormatException if the element is not a valid {@link BigDecimal}.
|
||||
* @throws IllegalStateException if the element is of the type {@link JsonArray} but contains
|
||||
* more than a single element.
|
||||
* @since 1.2
|
||||
|
Loading…
Reference in New Issue
Block a user