Commit 71cdc551 authored by bauerb's avatar bauerb Committed by Commit bot

Add a fallback for unparseable Java version numbers on Mac.

BUG=410651

Review URL: https://codereview.chromium.org/566893002

Cr-Commit-Position: refs/heads/master@{#294672}
parent 24b4b89d
......@@ -48,6 +48,15 @@
"application/x-java-vm"
],
"versions": [
{
"version": "0",
"status": "requires_authorization",
"comment": "Newer versions of Java don't have a standard version number anymore."
},
{
"version": "12",
"status": "out_of_date"
},
{
"version": "12.8.0",
"status": "requires_authorization",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment