--- old/src/java.base/share/classes/java/nio/file/FileSystem.java 2017-05-03 14:00:38.009032930 -0700 +++ new/src/java.base/share/classes/java/nio/file/FileSystem.java 2017-05-03 14:00:37.881027393 -0700 @@ -315,7 +315,9 @@ * that resembles regular expressions but with a simpler syntax. For example: * *
- * + *
+ * + * * * * @@ -348,7 +350,7 @@ * platform (note that the backslash is escaped; as a string literal in the * Java Language the pattern would be "C:\\\\*") * - * + * *
Pattern Language
{@code *.java}Matches a path that represents a file name ending in {@code .java}
*
*