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

Roger Riggs rriggs at openjdk.org
Thu Sep 29 15:10:04 UTC 2022


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 getInputStream

Changes: https://git.openjdk.org/jdk/pull/10492/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10492&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8294533
  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/10492.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10492/head:pull/10492

PR: https://git.openjdk.org/jdk/pull/10492


More information about the core-libs-dev mailing list