On Wed, 28 Apr 2021 10:42:54 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> 
wrote:

>> This PR contains the API and implementation changes for JEP-412 [1]. A more 
>> detailed description of such changes, to avoid repetitions during the review 
>> process, is included as a separate comment.
>> 
>> [1] - https://openjdk.java.net/jeps/412
>
> Maurizio Cimadamore has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Address first batch of review comments

src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/package-info.java 
line 224:

> 222:  * Some methods in this package are considered <em>restricted</em>. 
> Restricted methods are typically used to bind native
> 223:  * foreign data and/or functions to first-class Java API elements which 
> can then be used directly by client. For instance
> 224:  * the restricted method {@link 
> jdk.incubator.foreign.MemoryAddress#asSegment(long, ResourceScope)} can be 
> used to create

typo: `used directly by client.` => `used directly by clients.` ?

-------------

PR: https://git.openjdk.java.net/jdk/pull/3699

Reply via email to