8246198: Typo in java/util/regex/Pattern.java

Reviewed-by: lancea, prappo, naoto
This commit is contained in:
Hong Shao Yang 2020-05-31 11:32:44 -04:00 committed by Lance Andersen
parent 6212aea580
commit 0082c69496

View File

@ -760,7 +760,7 @@ import jdk.internal.util.ArraysSupport;
* *
* <p> For a more precise description of the behavior of regular expression * <p> For a more precise description of the behavior of regular expression
* constructs, please see <a href="http://www.oreilly.com/catalog/regex3/"> * constructs, please see <a href="http://www.oreilly.com/catalog/regex3/">
* <i>Mastering Regular Expressions, 3nd Edition</i>, Jeffrey E. F. Friedl, * <i>Mastering Regular Expressions, 3rd Edition</i>, Jeffrey E. F. Friedl,
* O'Reilly and Associates, 2006.</a> * O'Reilly and Associates, 2006.</a>
* </p> * </p>
* *