RFR: 8340229: Improve opening sentence of FileInputStream constructor specification

Brian Burkhalter bpb at openjdk.org
Mon Sep 30 23:19:34 UTC 2024


On Sat, 28 Sep 2024 06:51:19 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Do you think, as part of this PR, we should also revisit some of the javadoc in the `java.io.FileOutputStream` class which too has several mentions of "connection"?

Are you thinking of this sentence 

```A new FileDescriptor object is created to represent this file connection.```

which appears for the four constructors which do not have a `FileDescriptor` parameter? Those four sentences could probably be deleted.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/21223#issuecomment-2384373790


More information about the core-libs-dev mailing list