RFR: JDK-8284112 Minor cleanup could be done in javax.crypto
Bradford Wetmore
wetmore at openjdk.java.net
Wed Apr 13 05:42:14 UTC 2022
On Tue, 12 Apr 2022 21:59:09 GMT, Mark Powers <duke at openjdk.java.net> wrote:
> JDK-8284112 Minor cleanup could be done in javax.crypto
Can you file a bug to update the javax.crypto files to use proper javadoc for mentioned classes, e.g. < code> tags.
src/java.base/share/classes/javax/crypto/CryptoPermissions.java line 158:
> 156:
> 157: /**
> 158: * Checks if this object's PermissionCollection for permissions
Just FYI and not for this review, but this class should really be updated to use proper javadoc comment style, which is to tag all objects with < code >PermissionCollection< /code >
-------------
PR: https://git.openjdk.java.net/jdk/pull/8214
More information about the security-dev
mailing list