We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2557d commit 893a7e1Copy full SHA for 893a7e1
gson/src/main/java/com/google/gson/JsonElement.java
@@ -268,7 +268,7 @@ public char getAsCharacter() {
268
*
269
* @return get this element as a {@link BigDecimal}.
270
* @throws ClassCastException if the element is of not a {@link JsonPrimitive}.
271
- * * @throws NumberFormatException if the element is not a valid {@link BigDecimal}.
+ * @throws NumberFormatException if the element is not a valid {@link BigDecimal}.
272
* @throws IllegalStateException if the element is of the type {@link JsonArray} but contains
273
* more than a single element.
274
* @since 1.2
0 commit comments