mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8246198: Typo in java/util/regex/Pattern.java
Reviewed-by: lancea, prappo, naoto
This commit is contained in:
parent
6212aea580
commit
0082c69496
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue