RFR (XS) 8211396 : Broken link in javadoc for private java.util.regex.Pattern#normalize()
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: http://cr.openjdk.java.net/~igerasim/8211396/00/webrev/ -- With kind regards, Ivan Gerasimov
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?
BUGURL: https://bugs.openjdk.java.net/browse/JDK-8211396 WEBREV: http://cr.openjdk.java.net/~igerasim/8211396/00/webrev/
+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: https://bugs.openjdk.java.net/browse/JDK-8211396 WEBREV: http://cr.openjdk.java.net/~igerasim/8211396/00/webrev/
participants (3)
-
Ivan Gerasimov
-
Jonathan Gibbons
-
Xueming Shen