RFR: 8340229: Improve opening sentence of FileInputStream constructor specification [v2]
Brian Burkhalter
bpb at openjdk.org
Wed Oct 2 15:23:53 UTC 2024
On Wed, 2 Oct 2024 06:45:51 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> 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}.
Fixed in c03751d.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21223#discussion_r1784769072
More information about the core-libs-dev
mailing list