RFR: 8267068: Incomplete @throws javadoc for various javax.crypto.spec classes

Sean Mullan mullan at openjdk.org
Tue Jan 21 16:14:35 UTC 2025


On Sat, 18 Jan 2025 00:14:58 GMT, Mark Powers <mpowers at openjdk.org> wrote:

> [JDK-8267068](https://bugs.openjdk.org/browse/JDK-8267068)

@valeriepeng can you also review this? Thanks.

src/java.base/share/classes/javax/crypto/spec/IvParameterSpec.java line 73:

> 71:      * or {@code (iv.length - offset < len)}
> 72:      * @throws ArrayIndexOutOfBoundsException if {@code offset}
> 73:      * or {@code len} index bytes outside the {@code iv}.

can you fix this grammatical issue while you are changing this:

s/outside/are outside/

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

PR Comment: https://git.openjdk.org/jdk/pull/23188#issuecomment-2605161408
PR Review Comment: https://git.openjdk.org/jdk/pull/23188#discussion_r1923977647


More information about the security-dev mailing list