8233658: Escape + in the expression describing Runtime.Version string

Reviewed-by: naoto
This commit is contained in:
Ivan Gerasimov 2019-11-06 09:45:26 -08:00
parent b7f557e5c7
commit 68a7b58abb

View File

@ -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>