+{"files":[{"patch":"@@ -261,3 +261,3 @@\n- * extension is defined to be the portion of the\n- * {@link #getFileName file name} string after the last dot ('.'). All\n- * leading dots in the string are ignored. If the extension is missing,\n+ * extension is the portion of the {@linkplain #getFileName file name}\n+ * string after the last period character ('.', U+002E FULL STOP). Leading\n+ * period characters in the string are ignored. If there is no extension,\n@@ -266,3 +266,4 @@\n- * string does not contain a dot, or only the first character is a dot.\n- * If the last character is a dot but some other character is not, then\n- * the extension is the {@link String#isEmpty() empty} string.\n+ * string does not contain a period character, or only the first character\n+ * is a period character. If the last character is a period character but\n+ * some other character is not, then the extension is the\n+ * {@linkplain String#isEmpty() empty} string.\n@@ -298,1 +299,2 @@\n- \/\/ Indeterminate if no dot or only the first character is a dot\n+ \/\/ Indeterminate if there is no period character or\n+ \/\/ only the first character is a period character\n@@ -301,1 +303,1 @@\n- \/\/ null if all dots, otherwise empty\n+ \/\/ null if all period characters, otherwise empty\n","filename":"src\/java.base\/share\/classes\/java\/nio\/file\/Path.java","additions":10,"deletions":8,"binary":false,"changes":18,"status":"modified"}]}
0 commit comments