--- old/src/java.rmi/share/classes/com/sun/rmi/rmid/ExecPermission.java 2015-05-18 19:55:04.616747424 +0400 +++ new/src/java.rmi/share/classes/com/sun/rmi/rmid/ExecPermission.java 2015-05-18 19:55:04.464747424 +0400 @@ -40,14 +40,13 @@ * all the files and directories contained in that directory. A pathname * that ends with "/-" indicates (recursively) all files * and subdirectories contained in that directory. A pathname consisting of - * the special token "<<ALL FILES>>" matches any file. + * the special token "{@code <>}" matches any file. *

* Note: A pathname consisting of a single "*" indicates all the files * in the current directory, while a pathname consisting of a single "-" * indicates all the files in the current directory and * (recursively) all files and subdirectories contained in the current * directory. - *

* * * @author Ann Wollrath @@ -72,7 +71,7 @@ * a directory and all the files contained in that directory. A pathname * that ends with "/-" indicates a directory and (recursively) all files * and subdirectories contained in that directory. The special pathname - * "<<ALL FILES>>" matches all files. + * "{@code <>}" matches all files. * *

A pathname consisting of a single "*" indicates all the files * in the current directory, while a pathname consisting of a single "-" @@ -96,7 +95,7 @@ * a directory and all the files contained in that directory. A pathname * that ends with "/-" indicates a directory and (recursively) all files * and subdirectories contained in that directory. The special pathname - * "<<ALL FILES>>" matches all files. + * "{@code <>}" matches all files. * *

A pathname consisting of a single "*" indicates all the files * in the current directory, while a pathname consisting of a single "-" @@ -114,9 +113,9 @@ /** * Checks if this ExecPermission object "implies" the specified permission. *

- * More specifically, this method returns true if:

+ * More specifically, this method returns true if: *