--- old/src/share/classes/java/nio/file/attribute/AclFileAttributeView.java Mon Oct 1 10:51:01 2012 +++ new/src/share/classes/java/nio/file/attribute/AclFileAttributeView.java Mon Oct 1 10:51:00 2012 @@ -85,7 +85,7 @@ * .build(); * * // read ACL, insert ACE, re-write ACL - * List<AclEntry> acl = view.getAcl(); + * List<AclEntry> acl = view.getAcl(); * acl.add(0, entry); // insert before any DENY entries * view.setAcl(acl); *