Skip to content

Commit

Permalink
Fix InteropLibrary#asBigInteger JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchalou committed Jun 14, 2023
1 parent 2203198 commit 7c6be37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ public long asLong(Object receiver) throws UnsupportedMessageException {
* @throws UnsupportedMessageException if and only if the receiver is not a
* {@link #isNumber(Object)} or it does not fit without loss of precision.
* @see #isNumber(Object)
* @see #fitsInLong(Object)
* @since 19.0
* @see #fitsInBigInteger(Object)
* @since 23.0
*/
@Abstract(ifExportedAsWarning = "isNumber")
public BigInteger asBigInteger(Object receiver) throws UnsupportedMessageException {
Expand Down

0 comments on commit 7c6be37

Please sign in to comment.