On Wed, 15 Apr 2026 10:38:29 GMT, Markus KARG <[email protected]> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> additional data cleanup.
>
> src/java.base/share/classes/com/sun/crypto/provider/Argon2DerivedKey.java
> line 76:
>
>> 74: this.algo = algo;
>> 75:
>> 76: this.info = String.format("%s key derived using %s with params =
>> %s",
>
> Why not "...".formatted(...)?
I don't see much difference between these two, just based on my personal
preference.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29597#discussion_r3425550552