RFR: 8292566: Add reference to the java.nio.file package in java.nio package documentation [v2]
Brian Burkhalter
bpb at openjdk.org
Fri Aug 19 15:19:01 UTC 2022
On Fri, 19 Aug 2022 11:34:47 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8292566: Expand list of central abstractions; refine previous addition; update copyright year
>
> src/java.base/share/classes/java/nio/package-info.java line 67:
>
>> 65: * href="file/attribute/package-summary.html"><i>Attributes</i></a>,
>> 66: * which represent <i>metadata</i> associated with <br> objects in a
>> 67: * file system. </p></li>
>
> What would you think about reducing this down to "Path, which together with the Files class provide access to files.". The reason is that "FileSystem" isn't something that most developers will use directly and I don't think the attributes package is listed later and I don't think needs to be in the introducing to the abstractions.
I agree that the list was too long. Fixed in e72437776a0625f526934294d2df4cab1d848056.
-------------
PR: https://git.openjdk.org/jdk/pull/9910
More information about the nio-dev
mailing list