[jdk18] RFR: 8278607: Misc issues in foreign API javadoc [v2]

TheMode duke at openjdk.java.net
Tue Dec 14 01:27:17 UTC 2021


On Mon, 13 Dec 2021 21:36:04 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> This patch fixes a number of issues and typos in the foreign API javadoc following another internal round of reviews.
>
> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix capitalization in package-info

src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/MemoryAddress.java line 36:

> 34: 
> 35: /**
> 36:  * A memory address models a reference into a memory location. Memory addresses are typically obtained in onw of the following ways:

Should perhaps be `one` :)

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

PR: https://git.openjdk.java.net/jdk18/pull/17


More information about the core-libs-dev mailing list