Skip to content

Commit

Permalink
Fix malformed JsonElement.getAsBigDecimal() javadoc (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 committed Jul 31, 2022
1 parent 6d2557d commit 893a7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gson/src/main/java/com/google/gson/JsonElement.java
Expand Up @@ -268,7 +268,7 @@ public char getAsCharacter() {
*
* @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
Expand Down

0 comments on commit 893a7e1

Please sign in to comment.