On Tue, 28 Jun 2022 19:32:07 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: > > Valerie fix src/java.base/share/classes/javax/crypto/CipherOutputStream.java line 108: > 106: * <code>OutputStream</code> and a <code>Cipher</code>. > 107: * <br>Note: if the specified output stream or cipher is > 108: * <code>null</code>, a NullPointerException may be thrown later when Add {@code } to NullPointerException also ------------- PR: https://git.openjdk.org/jdk/pull/9282