Re: RFR (XS) 8211396 : Broken link in javadoc for private java.util.regex.Pattern#normalize()

2018-10-10 Thread Xueming Shen
+1 On 10/10/18, 10:22 AM, Ivan Gerasimov wrote: Hello! The javadoc refers to the enum values as java.text.Normalizer.Form.NFC, while it should be java.text.Normalizer.Form#NFC. Also an unpaired parenthesis was removed. Would you please help review the trivial fix? BUGURL:

Re: RFR (XS) 8211396 : Broken link in javadoc for private java.util.regex.Pattern#normalize()

2018-10-10 Thread Jonathan Gibbons
Looks good to me. -- Jon On 10/10/18 10:22 AM, Ivan Gerasimov wrote: Hello! The javadoc refers to the enum values as java.text.Normalizer.Form.NFC, while it should be java.text.Normalizer.Form#NFC. Also an unpaired parenthesis was removed. Would you please help review the trivial fix?

RFR (XS) 8211396 : Broken link in javadoc for private java.util.regex.Pattern#normalize()

2018-10-10 Thread Ivan Gerasimov
Hello! The javadoc refers to the enum values as java.text.Normalizer.Form.NFC, while it should be java.text.Normalizer.Form#NFC. Also an unpaired parenthesis was removed. Would you please help review the trivial fix? BUGURL: https://bugs.openjdk.java.net/browse/JDK-8211396 WEBREV: