On Thu, 20 Nov 2025 18:08:40 GMT, Aleksey Shipilev <[email protected]> wrote:
>> Jiangli Zhou has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix Whitespace error. > > test/jdk/com/sun/crypto/provider/Cipher/AES/TestGCMSplitBound.java line 89: > >> 87: System.arraycopy(ciphertext, 0, nonce, 0, IV_SIZE_IN_BYTES); >> 88: Cipher cipher = getCipher(key, aad, nonce); >> 89: return cipher.doFinal(ciphertext, IV_SIZE_IN_BYTES, >> ciphertext.length - IV_SIZE_IN_BYTES); > > Indenting is still 2-space here. Indeed. Fixed, thanks. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28363#discussion_r2547495799
