On Thu, 28 Jul 2022 17:40:43 GMT, Bradford Wetmore <wetm...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Brad comment > > src/java.base/share/classes/java/security/DigestInputStream.java line 57: > >> 55: * with data actually read from the input stream when it is turned >> on. >> 56: * This includes the various {@code read} methods, {@code >> transferTo}, >> 57: * {@code readAllBytes}, and {@code readNBytes}. Especially, data > > Maybe just "Note" instead of "Especially" (or just remove) as this doesn't > seem to be an extra special situation. My understanding of "especially" is not an extra situation, but I'll use "note". ------------- PR: https://git.openjdk.org/jdk/pull/9667