--- old/src/share/classes/java/nio/file/attribute/package-info.java Wed Jan 26 14:11:50 2011 +++ new/src/share/classes/java/nio/file/attribute/package-info.java Wed Jan 26 14:11:49 2011 @@ -46,8 +46,6 @@ * Can read or update user-defined file attributes *   {@link java.nio.file.attribute.FileStoreAttributeView} * Can read or update file system attributes - *     {@link java.nio.file.attribute.FileStoreSpaceAttributeView}   - * Can read file system space usage related attributes * * *

An attribute view provides a read-only or updatable view of the non-opaque @@ -55,7 +53,7 @@ * The {@link java.nio.file.attribute.FileAttributeView} interface is * extended by several other interfaces that that views to specific sets of file * attributes. {@code FileAttributeViews} are selected by invoking the {@link - * java.nio.file.FileRef#getFileAttributeView} method with a + * java.nio.file.Files#getFileAttributeView} method with a * type-token to identify the required view. Views can also be identified * by name. The {@link java.nio.file.attribute.FileStoreAttributeView} interface * provides access to file store attributes. A {@code FileStoreAttributeView} of @@ -82,14 +80,7 @@ * file attribute. The ACL model used by this file attribute view is based * on the model defined by * RFC 3530: Network File System (NFS) version 4 Protocol. - * - *

The {@link java.nio.file.attribute.FileStoreSpaceAttributeView} class - * defines methods to read file system space usage related attributes of a file system. - * - *

The {@link java.nio.file.attribute.Attributes} utility class defines - * static methods to access file or file system attribute using the above - * attribute views. - * + * *

In addition to attribute views, this package also defines classes and * interfaces that are used when accessing attributes: *