8211396: Broken link in javadoc for private java.util.regex.Pattern#normalize()
Reviewed-by: jjg, sherman
--- 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.
*/