mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8276686: Malformed Javadoc inline tags in JDK source in /java/util/regex/Pattern.java
Reviewed-by: iris, bpb, lancea
This commit is contained in:
parent
022d80707c
commit
41355e2daa
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ import jdk.internal.util.ArraysSupport;
|
|||
* <p> Backslashes within string literals in Java source code are interpreted
|
||||
* as required by
|
||||
* <cite>The Java Language Specification</cite>
|
||||
* as either Unicode escapes (section {@jls 3.3}) or other character escapes (section {@jls 3.10.6})
|
||||
* as either Unicode escapes (section {@jls 3.3}) or other character escapes (section {@jls 3.10.6}).
|
||||
* It is therefore necessary to double backslashes in string
|
||||
* literals that represent regular expressions to protect them from
|
||||
* interpretation by the Java bytecode compiler. The string literal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue