# HG changeset patch # User darcy # Date 1374252178 25200 # Node ID 13013b301bd03ac786a59d38d8cfc4fcc2c07516 # Parent e31afe87fb925ff7d734ffef983aeaff8e36ff55 8020948: Fix doclint issues in misc package-info.java files Reviewed-by: dholmes, chegar diff -r e31afe87fb92 -r 13013b301bd0 jdk/src/share/classes/java/nio/file/attribute/package-info.java --- a/jdk/src/share/classes/java/nio/file/attribute/package-info.java Fri Jul 19 12:53:36 2013 +0400 +++ b/jdk/src/share/classes/java/nio/file/attribute/package-info.java Fri Jul 19 09:42:58 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2013, 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 @@ -27,7 +27,7 @@ * Interfaces and classes providing access to file and file system attributes. * *
- * + * * * * @@ -38,7 +38,7 @@ * * * - * + * * * * @@ -86,14 +86,14 @@ * *

Attribute views

Description

Attribute viewsDescription
{@link java.nio.file.attribute.AttributeView}Can read or update non-opaque values associated with objects in a file system
  {@link java.nio.file.attribute.FileAttributeView}Can read or update POSIX defined file attributes
      {@link java.nio.file.attribute.DosFileAttributeView}  Can read or update FAT file attributes
    {@link java.nio.file.attribute.FileOwnerAttributeView}  
    {@link java.nio.file.attribute.FileOwnerAttributeView}  Can read or update the owner of a file
     {@link java.nio.file.attribute.AclFileAttributeView}  Can read or update Access Control Lists