< prev index next >

src/java.base/share/classes/java/nio/file/attribute/AclFileAttributeView.java

Print this page

        

*** 96,116 **** * <blockquote> * <table class="striped"> * <caption style="display:none">Supported attributes</caption> * <thead> * <tr> ! * <th> Name </th> ! * <th> Type </th> * </tr> * </thead> * <tbody> * <tr> ! * <td> "acl" </td> * <td> {@link List}&lt;{@link AclEntry}&gt; </td> * </tr> * <tr> ! * <td> "owner" </td> * <td> {@link UserPrincipal} </td> * </tr> * </tbody> * </table> * </blockquote> --- 96,116 ---- * <blockquote> * <table class="striped"> * <caption style="display:none">Supported attributes</caption> * <thead> * <tr> ! * <th scope="col"> Name </th> ! * <th scope="col"> Type </th> * </tr> * </thead> * <tbody> * <tr> ! * <th scope="row"> "acl" </th> * <td> {@link List}&lt;{@link AclEntry}&gt; </td> * </tr> * <tr> ! * <th scope="row"> "owner" </th> * <td> {@link UserPrincipal} </td> * </tr> * </tbody> * </table> * </blockquote>
< prev index next >