File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/java.base/share/classes/java/util/regex Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1433,10 +1433,10 @@ private Pattern(String p, int f) {
14331433
14341434 /**
14351435 * The pattern is converted to normalized form ({@link
1436- * java.text.Normalizer.Form. NFC NFC}, canonical decomposition,
1436+ * java.text.Normalizer.Form# NFC NFC}, canonical decomposition,
14371437 * followed by canonical composition for the character class
1438- * part, and {@link java.text.Normalizer.Form. NFD NFD},
1439- * canonical decomposition) for the rest), and then a pure
1438+ * part, and {@link java.text.Normalizer.Form# NFD NFD},
1439+ * canonical decomposition for the rest), and then a pure
14401440 * group is constructed to match canonical equivalences of the
14411441 * characters.
14421442 */
You can’t perform that action at this time.
0 commit comments