mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8233658: Escape + in the expression describing Runtime.Version string
Reviewed-by: naoto
This commit is contained in:
parent
b7f557e5c7
commit
68a7b58abb
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ public class Runtime {
|
|||
* <blockquote><pre>
|
||||
* $VNUM(-$PRE)?\+$BUILD(-$OPT)?
|
||||
* $VNUM-$PRE(-$OPT)?
|
||||
* $VNUM(+-$OPT)?
|
||||
* $VNUM(\+-$OPT)?
|
||||
* </pre></blockquote>
|
||||
*
|
||||
* <p> where: </p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue