On Tue, 28 Jun 2022 21:32:47 GMT, Valerie Peng <[email protected]> wrote:
>> Mark Powers has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Valerie fix
>
> src/java.base/share/classes/javax/crypto/CryptoPolicyParser.java line 47:
>
>> 45: * that JCE has new permission classes called
>> 46: * <code>javax.crypto.CryptoPermission</code> and
>> 47: * <code>javax.crypto.CryptoAllPermission</code>.
>
> Use` {@code }` instead of `<code></code>` for all of the javadoc?
Are you suggesting that whenever file is modified, **all** occurrences of
`<code></code>` should be changed to `{@code }`?
-------------
PR: https://git.openjdk.org/jdk/pull/9282