On Wed, 29 Jun 2022 01:01:44 GMT, Bradford Wetmore <wetm...@openjdk.org> wrote:
>> src/java.base/share/classes/javax/crypto/ProviderVerifier.java line 170: >> >>> 168: * NOTE: if this <code>ProviderVerifier</code> instance is >>> constructed >>> 169: * with "savePerms" equal to false, then this method would always >>> 170: * return null. >> >> Add `{@code }` to "false" and "null" > > I had wasn't aware that this was as common as it is. Fixed here and elsewhere. ------------- PR: https://git.openjdk.org/jdk/pull/9282