< prev index next >

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

Print this page

        

@@ -39,15 +39,19 @@
  * <p> Where dynamic access to file attributes is required, the attributes
  * supported by this attribute view are as defined by {@code
  * BasicFileAttributeView}, and in addition, the following attributes are
  * supported:
  * <blockquote>
- * <table border="1" cellpadding="8" summary="Supported attributes">
+ * <table class="striped">
+ * <caption style="display:none">Supported attributes</caption>
+ * <thead>
  *   <tr>
  *     <th> Name </th>
  *     <th> Type </th>
  *   </tr>
+ * </thead>
+ * <tbody>
  *   <tr>
  *     <td> readonly </td>
  *     <td> {@link Boolean} </td>
  *   </tr>
  *   <tr>

@@ -60,10 +64,11 @@
  *   </tr>
  *   <tr>
  *     <td> archive </td>
  *     <td> {@link Boolean} </td>
  *   </tr>
+ * </tbody>
  * </table>
  * </blockquote>
  *
  * <p> The {@link java.nio.file.Files#getAttribute getAttribute} method may
  * be used to read any of these attributes, or any of the attributes defined by
< prev index next >