OpenJDK / amber / amber
changeset 53009:a2c72b476c9f
8211396: Broken link in javadoc for private java.util.regex.Pattern#normalize()
Reviewed-by: jjg, sherman
author | igerasim |
---|---|
date | Wed, 10 Oct 2018 10:56:24 -0700 |
parents | 5888ef300549 |
children | ca7ddf0a1d47 |
files | src/java.base/share/classes/java/util/regex/Pattern.java |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.base/share/classes/java/util/regex/Pattern.java Wed Oct 10 10:28:33 2018 -0700 +++ b/src/java.base/share/classes/java/util/regex/Pattern.java Wed Oct 10 10:56:24 2018 -0700 @@ -1433,10 +1433,10 @@ /** * 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. */