--- old/src/java.base/share/classes/java/nio/file/attribute/BasicFileAttributeView.java 2017-05-10 17:20:31.719952290 -0700 +++ new/src/java.base/share/classes/java/nio/file/attribute/BasicFileAttributeView.java 2017-05-10 17:20:31.615947734 -0700 @@ -41,11 +41,15 @@ *

Where dynamic access to file attributes is required, the attributes * supported by this attribute view have the following names and types: *

- * + *
+ * + * * * * * + * + * * * * @@ -82,6 +86,7 @@ * * * + * *
Supported attributes
Name Type
"lastModifiedTime" {@link FileTime} "fileKey" {@link Object}
*
*