RFR: 8340229: Improve opening sentence of FileInputStream constructor specification [v2]

Alan Bateman alanb at openjdk.org
Wed Oct 2 06:48:46 UTC 2024


On Tue, 1 Oct 2024 16:08:56 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Improve the first sentences of the three `FileInputStream` constructors, in particular removing the term "connection."
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8340229: Revert FIS(fdObj) change

src/java.base/share/classes/java/io/FileInputStream.java line 118:

> 116:     /**
> 117:      * Creates a {@code FileInputStream} to read from an existing file
> 118:      * reoresented by the {@code File} object {@code file}.

Suggestion:

     * represented by the {@code File} object {@code file}.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21223#discussion_r1783908169


More information about the core-libs-dev mailing list