-
Type:
Task
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: docs
https://wiki.se.oracle.com/display/JPG/JDK+9+Versioning+Plan contains a link to the work-in-progress JEPs that Iris Clark is working on. During implementation of the script examples to parse the 'java -version' output, a couple of typos were found.
o \-\S+ for $STR, instead of \-\S
o \-[a-zA-Z]+ for $PRSTR, instead of \-[a-zA-Z]+
o \-\S+ for $STR, instead of \-\S
o \-[a-zA-Z]+ for $PRSTR, instead of \-[a-zA-Z]+