On Thu, 9 May 2024 13:14:45 GMT, Sean Mullan <mul...@openjdk.org> wrote:

>> Kevin Driver has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   additional delayed provider selection work
>
> src/java.base/share/classes/javax/crypto/KDF.java line 147:
> 
>> 145:      *     algorithm.
>> 146:      */
>> 147:     public static KDF getInstance(String algorithm) throws 
>> NoSuchAlgorithmException {
> 
> All the `getInstance` methods should throw `NullPointerException` if 
> `algorithm` is `null`.

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1596973165

Reply via email to