--- old/src/java.base/share/classes/java/nio/file/attribute/AclFileAttributeView.java 2017-05-10 17:20:31.363936700 -0700 +++ new/src/java.base/share/classes/java/nio/file/attribute/AclFileAttributeView.java 2017-05-10 17:20:31.263932321 -0700 @@ -94,11 +94,15 @@ *

Where dynamic access to file attributes is required, the attributes * supported by this attribute view are as follows: *

- * + *
+ * + * * * * * + * + * * * * @@ -107,6 +111,7 @@ * * * + * *
Supported attributes
Name Type
"acl" {@link List}<{@link AclEntry}> "owner" {@link UserPrincipal}
*
*