On Thu, 28 Apr 2022 08:08:37 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Respond to more review feedback. > > src/java.base/share/classes/java/nio/file/SecureDirectoryStream.java line 55: > >> 53: * against the <i>original path</i> of the directory (irrespective of if >> the >> 54: * directory is moved since it was opened). >> 55: * @param <T> the type of path > > It may not be a path. The type parameter is specified in the super > interfaces, can you copy that down instead? Will change in the next push. ------------- PR: https://git.openjdk.java.net/jdk/pull/8410