jdk/src/share/classes/java/nio/file/attribute/PosixFilePermissions.java
changeset 2072 80dfe4469bbd
parent 2057 3acf8e5e2ca0
child 3065 452aaa2899fc
--- a/jdk/src/share/classes/java/nio/file/attribute/PosixFilePermissions.java	Tue Feb 24 09:11:42 2009 +0000
+++ b/jdk/src/share/classes/java/nio/file/attribute/PosixFilePermissions.java	Tue Feb 24 11:31:04 2009 +0000
@@ -64,9 +64,9 @@
      * {@code PosixFilePermission} then these elements are ignored.
      *
      * @param   perms
-     *          The set of permissions
+     *          the set of permissions
      *
-     * @return  The string representation of the permission set
+     * @return  the string representation of the permission set
      *
      * @see #fromString
      */
@@ -114,12 +114,12 @@
      * </pre>
      *
      * @param   perms
-     *          String representing a set of permissions
+     *          string representing a set of permissions
      *
-     * @return  The resulting set of permissions
+     * @return  the resulting set of permissions
      *
      * @throws  IllegalArgumentException
-     *          If the string cannot be converted to a set of permissions
+     *          if the string cannot be converted to a set of permissions
      *
      * @see #toString(Set)
      */
@@ -146,13 +146,13 @@
      * methods.
      *
      * @param   perms
-     *          The set of permissions
+     *          the set of permissions
      *
-     * @return  An attribute encapsulating the given file permissions with
+     * @return  an attribute encapsulating the given file permissions with
      *          {@link FileAttribute#name name} {@code "posix:permissions"}
      *
      * @throws  ClassCastException
-     *          If the sets contains elements that are not of type {@code
+     *          if the set contains elements that are not of type {@code
      *          PosixFilePermission}
      */
     public static FileAttribute<Set<PosixFilePermission>>