jxmorris12 / language_tool_python

a free python grammar checker 📝✅
GNU General Public License v3.0
434 stars 64 forks source link

Fix JDK 14 could not be parsed issue #13

Closed jie-mei closed 4 years ago

jie-mei commented 4 years ago

Fix the following issue in parsing the JDK version string.

Could not parse Java version from """java version "14" 2020-03-17
Java(TM) SE Runtime Environment (build 14+36-1461)
Java HotSpot(TM) 64-Bit Server VM (build 14+36-1461, mixed mode, sharing)
""".
jxmorris12 commented 4 years ago

Nice fix!!!