Skip to content

Commit 893a7e1

Browse files
authored
Fix malformed JsonElement.getAsBigDecimal() javadoc (#1772)
1 parent 6d2557d commit 893a7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gson/src/main/java/com/google/gson/JsonElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public char getAsCharacter() {
268268
*
269269
* @return get this element as a {@link BigDecimal}.
270270
* @throws ClassCastException if the element is of not a {@link JsonPrimitive}.
271-
* * @throws NumberFormatException if the element is not a valid {@link BigDecimal}.
271+
* @throws NumberFormatException if the element is not a valid {@link BigDecimal}.
272272
* @throws IllegalStateException if the element is of the type {@link JsonArray} but contains
273273
* more than a single element.
274274
* @since 1.2

0 commit comments

Comments
 (0)