RFR: JDK-8284851 Update javax.crypto files to use proper javadoc for mentioned classes [v2]

Valerie Peng valeriep at openjdk.org
Wed Jun 29 21:34:49 UTC 2022


On Tue, 28 Jun 2022 21:50:17 GMT, Mark Powers <duke at openjdk.org> wrote:

>> 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 }`?

At least for new changes, I prefer to use new notations.. If its easier to replace all, that's fine with me too.

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

PR: https://git.openjdk.org/jdk/pull/9282



More information about the security-dev mailing list