On Tue, 5 Jul 2022 15:37:55 GMT, Mark Powers <d...@openjdk.org> wrote:
>> https://bugs.openjdk.org/browse/JDK-8284851 > > Mark Powers has updated the pull request incrementally with one additional > commit since the last revision: > > aw shucks - another one src/java.base/share/classes/javax/crypto/CryptoAllPermission.java line 107: > 105: /** > 106: * A {@code CryptoAllPermissionCollection} stores a collection > 107: * of {@code CryptoAllPermission} permissions. maybe change "permissions" to "objects" to be consistent with the rest of this file? src/java.base/share/classes/javax/crypto/CryptoAllPermission.java line 158: > 156: * > 157: * @return {@code true} if the given permission is implied by this > 158: * CryptoAllPermissionCollection. Add {@code }? ------------- PR: https://git.openjdk.org/jdk/pull/9282