diff -r e0a225dbc346 -r 144479e89cdb jdk/src/java.base/share/classes/java/nio/file/attribute/DosFileAttributeView.java --- a/jdk/src/java.base/share/classes/java/nio/file/attribute/DosFileAttributeView.java Thu May 11 07:43:36 2017 -0700 +++ b/jdk/src/java.base/share/classes/java/nio/file/attribute/DosFileAttributeView.java Thu May 11 10:48:00 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -41,11 +41,15 @@ * BasicFileAttributeView}, and in addition, the following attributes are * supported: *
- * + *
+ * + * * * * * + * + * * * * @@ -62,6 +66,7 @@ * * * + * *
Supported attributes
Name Type
readonly {@link Boolean} archive {@link Boolean}
*
*