Re: RFR: 8294533: Documentation mistake in Process::getErrorStream and getInputStream

2022-09-29 Thread Iris Clark
On Thu, 29 Sep 2022 15:01:25 GMT, Roger Riggs wrote: > Correct javadoc links and references. > > The links should refer to the method `()` instead of field. > > The apiNote in `getErrorStream` should refer to the error stream not the > input stream and reader. Marked as reviewed by iris (Revi

RFR: 8294533: Documentation mistake in Process::getErrorStream and getInputStream

2022-09-29 Thread Roger Riggs
Correct javadoc links and references. The links should refer to the method `()` instead of field. The apiNote in `getErrorStream` should refer to the error stream not the input stream and reader. - Commit messages: - 8294533: Documentation mistake in Process::getErrorStream and ge