On Wed, 21 Jan 2026 05:58:17 GMT, Sibabrata Sahoo <[email protected]> wrote:
>> Mikhail Yankelevich has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Doc changes
>
> src/java.base/share/classes/com/sun/crypto/provider/JceKeyStore.java line 240:
>
>> 238:
>> 239: if (entry != null) {
>> 240: if (entry instanceof TrustedCertEntry) {
>
> instanceof pattern matching can be used.
Not sure if it is useful here to be honest, but updated anyway
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29140#discussion_r2716850587