jdk/src/java.base/share/classes/java/nio/file/attribute/AclFileAttributeView.java
changeset 45881 aaec0fbe17ae
parent 45124 144479e89cdb
equal deleted inserted replaced
45871:878e21603932 45881:aaec0fbe17ae
    96  * <blockquote>
    96  * <blockquote>
    97  * <table class="striped">
    97  * <table class="striped">
    98  * <caption style="display:none">Supported attributes</caption>
    98  * <caption style="display:none">Supported attributes</caption>
    99  * <thead>
    99  * <thead>
   100  *   <tr>
   100  *   <tr>
   101  *     <th> Name </th>
   101  *     <th scope="col"> Name </th>
   102  *     <th> Type </th>
   102  *     <th scope="col"> Type </th>
   103  *   </tr>
   103  *   </tr>
   104  * </thead>
   104  * </thead>
   105  * <tbody>
   105  * <tbody>
   106  *   <tr>
   106  *   <tr>
   107  *     <td> "acl" </td>
   107  *     <th scope="row"> "acl" </th>
   108  *     <td> {@link List}&lt;{@link AclEntry}&gt; </td>
   108  *     <td> {@link List}&lt;{@link AclEntry}&gt; </td>
   109  *   </tr>
   109  *   </tr>
   110  *   <tr>
   110  *   <tr>
   111  *     <td> "owner" </td>
   111  *     <th scope="row"> "owner" </th>
   112  *     <td> {@link UserPrincipal} </td>
   112  *     <td> {@link UserPrincipal} </td>
   113  *   </tr>
   113  *   </tr>
   114  * </tbody>
   114  * </tbody>
   115  * </table>
   115  * </table>
   116  * </blockquote>
   116  * </blockquote>