RFR: 8149773: StandardDocFileFactory should be converted to use java.nio.file.Path
Kumar Srinivasan
kumar.x.srinivasan at oracle.com
Mon Feb 15 21:35:32 UTC 2016
Hi Jon,
Very minor nit:
+ for (Path f: fileManager.getLocationAsPaths(l)) {
space after f, besides that it looks good, good to go.
Kumar
> Please review this cleanup to convert the javadoc DocFile impl class
> to use java.nio.file.Path instead of java.io.File.
> Some related dead code is also deleted.
>
> webrev: http://cr.openjdk.java.net/~jjg/8149773/webrev.00/
> JBS: https://bugs.openjdk.java.net/browse/JDK-8149773
>
> -- Jon
More information about the javadoc-dev
mailing list