Skip to content

Commit 41355e2

Browse files
author
Ian Graves
committed
8276686: Malformed Javadoc inline tags in JDK source in /java/util/regex/Pattern.java
Reviewed-by: iris, bpb, lancea
1 parent 022d807 commit 41355e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/java/util/regex/Pattern.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
* <p> Backslashes within string literals in Java source code are interpreted
397397
* as required by
398398
* <cite>The Java Language Specification</cite>
399-
* as either Unicode escapes (section {@jls 3.3}) or other character escapes (section {@jls 3.10.6})
399+
* as either Unicode escapes (section {@jls 3.3}) or other character escapes (section {@jls 3.10.6}).
400400
* It is therefore necessary to double backslashes in string
401401
* literals that represent regular expressions to protect them from
402402
* interpretation by the Java bytecode compiler. The string literal

0 commit comments

Comments
 (0)