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

>> Kevin Driver has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   code review comment
>
> src/java.base/share/classes/javax/crypto/KDF.java line 132:
> 
>> 130: 
>> 131:     private String getProviderName() {
>> 132:         return (provider == null) ? "(no provider)" : 
>> provider.getName();
> 
> I don't think provider should ever be `null`.

Done.

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

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

Reply via email to