On Fri, 6 May 2022 22:22:47 GMT, Weijun Wang <[email protected]> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> update copyright year for PBES2Core.java
>
> src/java.base/share/classes/com/sun/crypto/provider/PKCS12PBECipherCore.java
> line 215:
>
>> 213: void implInit(int opmode, Key key, AlgorithmParameterSpec params,
>> 214: SecureRandom random, CipherSpi cipher)
>> 215: throws InvalidKeyException, InvalidAlgorithmParameterException {
>
> Indent the line above.
Ok, I will change the indentation of other throws to be consistent.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8521