mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8211396: Broken link in javadoc for private java.util.regex.Pattern#normalize()
Reviewed-by: jjg, sherman
This commit is contained in:
parent
ab0128ca51
commit
3cc36e427d
1 changed files with 3 additions and 3 deletions
|
@ -1433,10 +1433,10 @@ public final class Pattern
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The pattern is converted to normalized form ({@link
|
* The pattern is converted to normalized form ({@link
|
||||||
* java.text.Normalizer.Form.NFC NFC}, canonical decomposition,
|
* java.text.Normalizer.Form#NFC NFC}, canonical decomposition,
|
||||||
* followed by canonical composition for the character class
|
* followed by canonical composition for the character class
|
||||||
* part, and {@link java.text.Normalizer.Form.NFD NFD},
|
* part, and {@link java.text.Normalizer.Form#NFD NFD},
|
||||||
* canonical decomposition) for the rest), and then a pure
|
* canonical decomposition for the rest), and then a pure
|
||||||
* group is constructed to match canonical equivalences of the
|
* group is constructed to match canonical equivalences of the
|
||||||
* characters.
|
* characters.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue