< prev index next >

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

Print this page

        

*** 43,71 **** * <blockquote> * <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> ! * <td> hidden </td> * <td> {@link Boolean} </td> * </tr> * <tr> ! * <td> system </td> * <td> {@link Boolean} </td> * </tr> * <tr> ! * <td> archive </td> * <td> {@link Boolean} </td> * </tr> * </tbody> * </table> * </blockquote> --- 43,71 ---- * <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"> readonly </th> * <td> {@link Boolean} </td> * </tr> * <tr> ! * <th scope="row"> hidden </th> * <td> {@link Boolean} </td> * </tr> * <tr> ! * <th scope="row"> system </th> * <td> {@link Boolean} </td> * </tr> * <tr> ! * <th scope="row"> archive </th> * <td> {@link Boolean} </td> * </tr> * </tbody> * </table> * </blockquote>
< prev index next >