On Tue, 28 Jun 2022 19:32:07 GMT, Mark Powers <d...@openjdk.org> wrote:

>> https://bugs.openjdk.org/browse/JDK-8284851
>
> Mark Powers has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Valerie fix

src/java.base/share/classes/javax/crypto/SecretKeyFactory.java line 131:

> 129:      * A new {@code SecretKeyFactory} object encapsulating the
> 130:      * {@code SecretKeyFactorySpi} implementation from the first
> 131:      * Provider that supports the specified algorithm is returned.

Provider -> provider

src/java.base/share/classes/javax/crypto/SecretKeyFactory.java line 219:

> 217:      *
> 218:      * <p> A new {@code SecretKeyFactory} object encapsulating the
> 219:      * {@code SecretKeyFactorySpi} implementation from the specified 
> Provider

Provider->provider

src/java.base/share/classes/javax/crypto/ShortBufferException.java line 45:

> 43: 
> 44:     /**
> 45:      * Constructs a <code>ShortBufferException</code> with no detail

Use `{@code }` for all of the javadoc in this class?

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

PR: https://git.openjdk.org/jdk/pull/9282

Reply via email to