RFR: 8292566: Add reference to the java.nio.file package in java.nio package documentation
Alan Bateman
alanb at openjdk.org
Thu Aug 18 06:18:15 UTC 2022
On Wed, 17 Aug 2022 20:29:47 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Add a phrase about `java.nio.file` to the sentence in the `java.nio` package documentation describing its subpackages.
src/java.base/share/classes/java/nio/package-info.java line 60:
> 58: * in the {@link java.nio.channels} package, and the file, file attribute,
> 59: * and file system APIs in the {@link java.nio.file} package. Each of
> 60: * these subpackages has its own service-provider interface (SPI) subpackage,
If this package description is updated then it will mean expanding the list in "The central abstractions..." first. That names the abstractions before the above text lists the packages that are they are in.
-------------
PR: https://git.openjdk.org/jdk/pull/9910
More information about the nio-dev
mailing list