RFR: 8002277: Refactor two PBE classes to simplify maintenance [v7]
Valerie Peng
valeriep at openjdk.java.net
Thu May 12 20:02:45 UTC 2022
On Thu, 12 May 2022 19:27:20 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional commit since the last revision:
>>
>> trivial syntax fix.
>
> src/java.base/share/classes/com/sun/crypto/provider/PBES2Core.java line 184:
>
>> 182: "Iteration count must be a positive number");
>> 183: }
>> 184: return iCount == 0? DEFAULT_COUNT : iCount;
>
> Nit: add space before '?'.
Sure
-------------
PR: https://git.openjdk.java.net/jdk/pull/8521
More information about the security-dev
mailing list