Re: RFR: 8278071: typos in MemorySegment::set, MemorySegment::setAtIndex javadoc

2021-12-01 Thread Iris Clark
On Wed, 1 Dec 2021 13:49:42 GMT, Maurizio Cimadamore  
wrote:

> There are some truncated statements in 
> MemorySegment::get/MemorySegment::getAtIndex javadoc, more specifically in 
> the `@throws` for `IndexOutOfBoundsException`.

Trivial fix for an apparent cut-and-paste error.

-

Marked as reviewed by iris (Reviewer).

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


RFR: 8278071: typos in MemorySegment::set, MemorySegment::setAtIndex javadoc

2021-12-01 Thread Maurizio Cimadamore
There are some truncated statements in 
MemorySegment::get/MemorySegment::getAtIndex javadoc, more specifically in the 
`@throws` for `IndexOutOfBoundsException`.

-

Commit messages:
 - Fix typos in MemorySegment dereference setters

Changes: https://git.openjdk.java.net/jdk/pull/6635/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=6635=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8278071
  Stats: 16 lines in 1 file changed: 16 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6635.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6635/head:pull/6635

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