mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
||||
* java.text.Normalizer.Form.NFC NFC}, canonical decomposition,
|
||||
* java.text.Normalizer.Form#NFC NFC}, canonical decomposition,
|
||||
* followed by canonical composition for the character class
|
||||
* part, and {@link java.text.Normalizer.Form.NFD NFD},
|
||||
* canonical decomposition) for the rest), and then a pure
|
||||
* part, and {@link java.text.Normalizer.Form#NFD NFD},
|
||||
* canonical decomposition for the rest), and then a pure
|
||||
* group is constructed to match canonical equivalences of the
|
||||
* characters.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue