RFR: 8325001: Typo in the javadocs for the Arena::ofShared method
Maurizio Cimadamore
mcimadamore at openjdk.org
Thu Feb 1 12:23:09 UTC 2024
On Wed, 31 Jan 2024 13:12:10 GMT, Per Minborg <pminborg at openjdk.org> wrote:
> This PR fixes a typo in the documentation for the `Arena::ofShared`.
Ugh - I typed these comments, but forgot to click on the big review button :-(
src/java.base/share/classes/java/lang/foreign/Arena.java line 261:
> 259:
> 260: /**
> 261: * {@return a new shared arena} Segments allocated with the shared arena can be
Suggestion:
* {@return a new shared arena} Segments allocated with a shared arena can be
-------------
PR Review: https://git.openjdk.org/jdk/pull/17653#pullrequestreview-1853934875
PR Review Comment: https://git.openjdk.org/jdk/pull/17653#discussion_r1472941143
More information about the core-libs-dev
mailing list