Skip to content

Commit

Permalink
doc: update Java links to 21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Oct 6, 2023
1 parent c469e4e commit e151095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/schema/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Some of these are not natively supported in each language, turning into a common
| &bytes | &\[u8] | []byte | ByteArray | Uint8Array | bytes |

[big.Int]: https://pkg.go.dev/math/big#Int
[BigInteger]: https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/math/BigInteger.html
[BigInteger]: https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/math/BigInteger.html

### Generics

Expand Down

0 comments on commit e151095

Please sign in to comment.