Re: [jdk22] RFR: 8325001: Typo in the javadocs for the Arena::ofShared method

2024-02-08 Thread Maurizio Cimadamore
On Thu, 1 Feb 2024 12:07:52 GMT, Per Minborg wrote: > 8325001: Typo in the javadocs for the Arena::ofShared method Marked as reviewed by mcimadamore (Reviewer). - PR Review: https://git.openjdk.org/jdk22/pull/100#pullrequestreview-1869843579

Re: RFR: 8325001: Typo in the javadocs for the Arena::ofShared method

2024-02-01 Thread Maurizio Cimadamore
On Wed, 31 Jan 2024 14:52:58 GMT, Maurizio Cimadamore wrote: >> 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: >> >> * {@r

Re: RFR: 8325001: Typo in the javadocs for the Arena::ofShared method

2024-02-01 Thread Maurizio Cimadamore
On Wed, 31 Jan 2024 14:51:34 GMT, Maurizio Cimadamore wrote: >> This PR fixes a typo in the documentation for the `Arena::ofShared`. > > src/java.base/share/classes/java/lang/foreign/Arena.java line 261: > >> 259: >> 260: /** >> 261: * {@return a new shared arena} Segments allocated w

Re: RFR: 8325001: Typo in the javadocs for the Arena::ofShared method

2024-02-01 Thread Maurizio Cimadamore
On Wed, 31 Jan 2024 13:12:10 GMT, Per Minborg 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: /** >

[jdk22] RFR: 8325001: Typo in the javadocs for the Arena::ofShared method

2024-02-01 Thread Per Minborg
8325001: Typo in the javadocs for the Arena::ofShared method - Commit messages: - Backport 6b84f9bb3ee4362bf9daa4fb3905b168f9035336 Changes: https://git.openjdk.org/jdk22/pull/100/files Webrev: https://webrevs.openjdk.org/?repo=jdk22&pr=100&range=00 Issue: https://bugs.openjdk.or

Re: RFR: 8325001: Typo in the javadocs for the Arena::ofShared method

2024-01-31 Thread Daniel Fuchs
On Wed, 31 Jan 2024 13:12:10 GMT, Per Minborg wrote: > This PR fixes a typo in the documentation for the `Arena::ofShared`. LGTM - Marked as reviewed by dfuchs (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/17653#pullrequestreview-1854679366

RFR: 8325001: Typo in the javadocs for the Arena::ofShared method

2024-01-31 Thread Per Minborg
This PR fixes a typo in the documentation for the `Arena::ofShared`. - Commit messages: - Fix typo Changes: https://git.openjdk.org/jdk/pull/17653/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17653&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8325001 Stats: 1 l