Skip to content

Commit 3cc36e4

Browse files
author
Ivan Gerasimov
committed
8211396: Broken link in javadoc for private java.util.regex.Pattern#normalize()
Reviewed-by: jjg, sherman
1 parent ab0128c commit 3cc36e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/java.base/share/classes/java/util/regex/Pattern.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)