mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-01 21:52:12 +01:00
ca20093472
According to JEP223, Java versions do not include trailing zero elements. This means that e.g. Java 14.0.0 reports its version just as "14". The changed code part expected at least three characters, so it failed to start on such "zero-zero" Java releases. The evaluated java version was not used anywhere, so the code block was removed.