On Tue, 8 Oct 2024 11:59:03 GMT, Markus KARG <d...@openjdk.org> wrote:
>> src/java.base/share/classes/java/io/Reader.java line 155: >> >>> 153: * have no effect. >>> 154: * >>> 155: * <p> After the reader has been closed, the {@code read()}, >> >> The API docs in 5cbc0450 looks okay. One minor comment is that "After the >> reader has been closed ..." doesn't need to be a new paragraph as it's part >> of the lifecycle topic in the previous paragraph. > > IIUC I shall just remove the `<p>` but keep the text `After the reader...`? Yep. Better keep everything about closing in the same paragraph. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21371#discussion_r1791798714