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
