[LANG-1365] Fix NullPointerException in isJavaVersionAtLeast on Java 10, add SystemUtils.IS_JAVA_10, add JavaVersion.JAVA_10.
Fix check-style violations.
This commit is contained in:
parent
63f6be088d
commit
f746c508d1
|
@ -103,6 +103,7 @@ public enum JavaVersion {
|
||||||
* The float value.
|
* The float value.
|
||||||
*/
|
*/
|
||||||
private final float value;
|
private final float value;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The standard name.
|
* The standard name.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue